@extends('layouts.app') @section('styles') @endsection @section('content')

@if($row->is_paid != 1) Edit Invoice @else View Invoice @endif

is_paid == 1) disabled @endif name="name" value="{{$row->name}}">
is_paid == 1) disabled @endif name="tour_name" value="{{$row->tour_name}}">
is_paid == 1) disabled @endif name="bfn_number" value="{{$row->bfn_number}}">
is_paid == 1) disabled @endif value="{{$row->email}}">
is_paid == 1) disabled @endif value="{{$row->invoice_date}}" name="invoice_date">
is_paid == 1) disabled @endif min="0" name="amount" value="{{$row->amount}}">

@if($row->is_paid != 1) {{----}} @endif
@endsection @section('script') @endsection