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
Name : {{ $Invoice->Name }}
Phone : {{ $Invoice->Phone }}
Address : {{ $Invoice->Address }}
Age :{{ $Invoice->Age }}
Gender :{{ $Invoice->Gender }}
Invoice #{{ $Invoice->ID }}
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 Unit Price Subtotal
{{ round($Qty[$i],2) }} {{ $ProductName[$i] }} [{{ $ProductID[$i]}}S{{$ShopID[$i] }}] {{ $ProductDescription[$i] }} {{ round($Price[$i]),2}} {{ round($FinalPrice),2}}
@if($TotalTax>0) @endif @if($TotalDiscount>0) @endif
Subtotal: {{ round($SubTotal,2) }}
Tax {{ round($TotalTax,2) }}
Discount: {{ round($TotalDiscount,2) }}
TotalPrice: {{ round($TotalPrice,2) }}
Advance Paid {{ round($Invoice->Amount,2) }}
Total Due {{ round($TotalPrice - $Invoice->Amount,2) }}

@if(isset($ShopFooter))
{!! $ShopFooter->Footer !!}

@endif Have a nice Day ! | {{ $User->name }}
Software by : {{ AuthorName() }} 01614 777555,01712797386