{{-- --}} @php $i=1; @endphp @foreach($bills as $name=>$bill) {{-- --}} @php $i++; @endphp @endforeach
S.No Service Unit Quantity Unit Price Total PriceAccepted ByAccepted Date Type
{{ $i }} {!! $name !!} {!! $bill->unit !!} {{$bill->quantity}} {{-- @if($bill->multiply > 1)--}} {{-- [{{ $bill->multiply }}]--}} {{-- @endif--}} {{$bill->unit_price}} {{$bill->cost}}{{$bill->acceptedby->full_name}}{{$bill->accepted_date}} @if($bill->bill_type){{ $bill->billtype->name}} @else New @endif
Total {{ $total }}
VAT {{ $vat }}
Grand Total {{ $g_total }}
{{-- --}} {{-- --}}
@if($print) {!! Form::open(['route' => 'invoice.bills.accept.bill']) !!} {!! Form::submit('Approve', ['class' => 'btn btn-success']) !!} {!! Form::close() !!} @endif
{!! Form::open(['route' => 'invoice.bills.reject.bill']) !!} {!! Form::submit('Reject', ['class' => 'btn btn-danger']) !!} {!! Form::close() !!}
@section('footer_scripts') {{-- --}} @stop