From
{{$Shop->ShopName}}
@if ($Shop->ShopAddress) {{ $Shop->ShopAddress }}
@endif @if ($Shop->Phone) Phone: {{ $Shop->Phone }}
@endif @if ($Shop->Email) Email: {{ $Shop->Email }}
@endif @if ($Shop->Website) Website: {{ $Shop->Website }}
@endif @if($Shop->VatRegNo) Vat Reg: {{ $Shop->VatRegNo }}
@endif
Patient
@if ($CustomerName != 'Annonymous') Name : {{ $CustomerName }}
Phone : {{ $customer->Phone }}
Address : {{ $customer->Address }}
Age :{{ $customer->City }}
Gender :{{ $customer->LastName }}
@else Name : {{ $PatientName }}
Phone : {{ $PatientPhone }}
Address : {{ $PatientAddress }}
Age :{{ $PatientAge }}
Gender :{{ $PatientGender }}
@endif
Invoice #{{ $Invoice->InvoiceID }}
Invoice Date:{{ date('d/m/y | h:i A', strtotime($Invoice->created_at)) }}
Doctor: {{ $DoctorName }}
@for($i=0; $i<$ItemQty; $i++) @if($Qty[$i]>0) @endif @endfor
Qty Product Room No Subtotal
{{ round($Qty[$i],2) }} {{ $ProductName[$i] }} [{{ $ProductID[$i]}}S{{$ShopID[$i] }}] {{ $ProductDescription[$i] }} {{ round($FinalPrice),2}}
@if(isset($MethodName)) @for($i=0;$i<$TotalMethod;$i++) @endfor @if( !isset($SingleCard) ) @endif @endif @if(isset($AdvanceValue)) @if($AdvanceValue>0 && !isset($MethodName)) @endif @endif
Subtotal: {{ round($Invoice->SubTotal,2) }}
Tax {{ round($Invoice->TaxTotal,2) }}
Service Charge: {{ round($Invoice->ServiceCharge,2) }}
Discount: {{ round($Invoice->Discount,2) }}
Total Due {{ round($Invoice->Total,2) }}
{{$MethodName[$i]}} : {{round($CardAmount[$i],2)}}
Cash Paid : {{ round($CashAmount,2) }}
Advance Paid : {{ round($AdvanceValue,2) }}
Delivary Date : {{ date('d/m/y', strtotime($Advance->DeliveryDate)) }}
Cash Due : {{ round($CashAmount,2) }}
Total Paid {{ round($Invoice->PaidMoney,2) }}
Returned {{ round($Invoice->ReturnedMoney,2) }}

{!! $InvoiceFooter->Footer !!}
Software by : {{ AuthorName() }} 01614 777555,01712797386