@php $i=1; @endphp @foreach($bills as $bill) @php $i++; @endphp @endforeach
S.No Service Unit Quantity Unit Price
{{ $i }} {!! $bill->name !!} {!! $bill->unit !!} {{$bill->quantity}} {{$bill->unit_price}}
{!! Form::open(['route' => 'finance.invoices.accept.bill']) !!}
{!! Form::submit('Submit', ['class' => 'btn btn-success']) !!} Cancel
{!! Form::close() !!} {!! Form::open(['route' => 'finance.invoices.reject.bill']) !!}
{!! Form::submit('Reject', ['class' => 'btn btn-danger']) !!}
{!! Form::close() !!}
@section('footer_scripts') {{-- --}} @stop