{!! Form::open(['route' => 'finance.additional.save']) !!} @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::submit('Submit', ['class' => 'btn btn-success']) !!} Cancel
{!! Form::close() !!}
@section('footer_scripts') {{-- --}} @stop