{{$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
To
{{ $Customer->FirstName }}
{{ $Customer->Address }}
{{ $Customer->Phone }}
Invoice #{{ $CustomerLedger->LedgerID }}
Invoice Date:{{ date('d/m/y | h:i A', strtotime($CustomerLedger->created_at)) }}
Print Date:{{ date('d/m/y | h:i A') }}