@yield('header_styles') @yield('horizontal_header')
{{Session::get('company')}}
Ph: {{Session::get('phone')}}, {{Session::get('address')}}
{{$voucherhead}}

Supplier Name: {{$row->customer}}
Address:
Phone:
PR.No: {{$row->voucher_no}}
Voucher Date: {{date('d-m-Y',strtotime($row->voucher_date))}}

@foreach($items as $item) @endforeach
Service Date Item Description Driver Duration Rate Extra Hr. Extra Rate Total
{{date('d-m-Y',strtotime($item->service_date))}} {{$item->description}} {{$item->driver_name}} {{$item->quantity}} {{$item->rate}} {{$item->extra_hr}} {{$item->extra_rate}} {{$item->line_total}}
Total {{$row->total}}
Discount {{$row->discount}}
Subtotal {{$row->subtotal}}
VAT Amount {{$row->vat_amount}}
Net Amount {{$row->net_amount}}
Received by:...................... Issued By:......................

{{-- page level scripts --}} @section('footer_scripts') @stop