Invoice - #{{$invoice->reference}}({{$invoice->status}})
Created {{\Carbon\Carbon::parse($invoice->created_at)->format('d M Y')}}
View Sent Invoice
Invoice
@if($invoice->status == 'Sent')
Add Billing Address
@if($invoice->payment_method == 'EcoCash' || $invoice->payment_method == 'TeleCash' || $invoice->payment_method == 'OneMoney' || $invoice->payment_method == 'Visa' )
@elseif($invoice->payment_method == 'Medical Aid')
@elseif($invoice->payment_method == 'Visa')
Accept Payment
Total: $ {{number_format($invoice->total,2,',','.')}}
@else
@endif
@endif