@php $i=true; @endphp @foreach($invoices as $invoice) @endforeach
Invoice Number Sub Total Vat Grand Total Paid Date Officer Remark Action
{!! $invoice->invoice_number !!} {!! $invoice->sub_total !!} {!! $invoice->vat !!} {!! $invoice->grand_total !!} {!! $invoice->paid_date !!} {!! $invoice->officers->full_name !!} {!! $invoice->remark !!} @if($i) @php $i=false; @endphp @endif
@section('footer_scripts') @stop