{{--*/ $i = 0; /*--}} @foreach($invoices as $row) {{--*/ $i++; /*--}} @endforeach
Invoice Date Reference No Tag Type Assign Amount Balance Invoice Amount FC Amount FC FC Rate Description
{{ date('d-m-Y', strtotime($row->voucher_date)) }} {{ $row->reference_no }} Dr {{ number_format($amount,2) }} {{ number_format($row->net_amount,2) }} {{ number_format($row->net_amount_fc,2) }} {{ $fc=($row->is_fc==1)?'Yes':'No' }} {{ number_format($row->currency_rate,2) }} {{ $row->description }}