@php $i=1; @endphp @foreach($bills as $bill) @php $i++; @endphp @endforeach
S.No Service Unit Quantity Unit Price Total Price Accepted By Accepted Date
{{ $i }} {!! $bill->name !!} {!! $bill->unit !!} {{$bill->quantity}} {{$bill->unit_price}} {{$bill->cost}} {{$bill->acceptedby->full_name}} {{$bill->accepted_date}}
Total {{ $total }}
VAT {{ $vat }}
Grand Total {{ $g_total }}
{!! $in_word !!}
@section('footer_scripts') {{-- --}} @stop