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 }}