S.No |
Service |
Unit |
Quantity |
Unit Price |
Total Price |
{{-- Accepted By | --}}
Accepted Date |
Type |
@php $i=1; @endphp
@foreach($bills as $name=>$bill)
{{ $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 |
@php $i++; @endphp
@endforeach
Total |
{{ $total }} |
VAT |
{{ $vat }} |
Grand Total |
{{ $g_total }} |
@section('footer_scripts')