@include('includes/header_start') @include('includes/header_end')
@csrf
{{--

Order # 12345

--}}
{{-- logo--}} logo

Total: @if($bill->amount_billed === NULL) {{ $bill->amount_billed }}
@else @endif {{-- {{ "$".$bill->amount_billed }}--}}


Payee Details:
{{ $bill->payee_name }}
{{ $bill->payee_address1 }}
{{ $bill->payee_city }}
{{ $bill->payee_state }}
{{ $bill->payee_zipcode }}
{{ $bill->payee_tel }}
Payment Method:
Bank Account Name
@if($bill->bank_account_name === NULL) {{ $bill->bank_account_name }}
@else
@endif Bank Account Number
@if($bill->bank_account_number === NULL) {{ $bill->bank_account_number }}
@else @endif
Bill Created:
{{ date('jS M Y', strtotime($bill->created_at)) }}

{{--
--}} {{--
--}} {{-- @foreach($cptCodes as $code)--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{--
--}}
@if ($errors->has('have_asthma')) {{ $errors->first('have_asthma') }} @endif

Physician Comments

{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
Form Physician Comments
General Comments {!! $bill->general['physician_comments'] !!}
Cardiac Comments {!! $bill->cardiac['physician_comments'] !!}
Endocrine Comments {!! $bill->endocrine['physician_comments'] !!}
Gastrointestinal Comments {!! $bill->gastrointestinal['physician_comments'] !!}
Miscellaneous Comments {!! $bill->misc['physician_comments'] !!}
Neurological Comments {!! $bill->neurological['physician_comments'] !!}
Pulmonary Comments {!! $bill->pulmonary['physician_comments'] !!}
Renal Comments {!! $bill->renal['physician_comments'] !!}
BS-400$20.003$60.00
BS-1000$600.001$600.00
--}} {{-- Subtotal$670.99
--}} {{-- Shipping$15
Total

{{ "$".$bill->amount_billed }}

@include('includes/footer_start') @include('includes/footer_end')