@include('pdf.partials.styles')
@if($invoice->status === 'paid') @endif @include('pdf.partials.pdf-header-invoice') @include('pdf.partials.invoice-items-table') {{-- TOTALS BLOCK --}}
{{-- Empty space for layout balance --}} @if($invoice->discount_amount > 0) @endif
Gross Subtotal @ghs($invoice->total_amount)
Clinical Discount Applied - @ghs($invoice->discount_amount)
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.