@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Vehicle Enquiry

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

Vehicle Enquiry

@foreach($items as $item) @endforeach @if (count($items) === 0) @endif
JI.No JI.Date Item Name Unit Quantity Km. Amount
{{$item->voucher_no}} {{date('d-m-Y',strtotime($item->voucher_date))}} {{$item->item_name}} {{$item->unit_name}} {{$item->quantity}} {{$item->kilometer}} {{number_format($item->unit_price,2)}}
No matching records found
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop