@if($invoice->status === 'paid')
PAID
Validated Official Receipt
{{ date('d M Y H:i') }}
@endif
@include('pdf.partials.pdf-header-invoice')
@include('pdf.partials.invoice-items-table')
{{-- TOTALS BLOCK --}}
|
{{-- Empty space for layout balance --}}
|
| Gross Subtotal |
@ghs($invoice->total_amount) |
@if($invoice->discount_amount > 0)
| Clinical Discount Applied |
- @ghs($invoice->discount_amount) |
@endif
|
| Total Payable |
@ghs($invoice->payable_amount) |
|
{{-- AUTHORIZATION SECTION --}}
Authorized Signature
@if(isset($issued_by))
{{ $issued_by }}
@endif
{{-- FOOTER SECTION --}}
Generated by OptoCare Eye Centre • This is a validated clinical billing document.