@if ($message = Session::get('success'))
@endif
@if(session('alert'))
{{ $message }}
{{ session('alert') }}
@endif
Vehicle Outside Report
@if(isset($details))
@else
@endif
SNO | ENO | Vehicle NO | Date | Work | Company | Place | Cost | Invoice NO | Invoice Date |
---|---|---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $row['ENO'] }} | {{ $row['REGNO'] }} | {{ date('Y-m-d', strtotime($row['DATE'])) }} | {{ $row['WORK'] }} | {{ $row['COMPANY'] }} | {{ $row['PLACE'] }} | {{ $row['COST'] }} | {{ $row['INVOICENO'] }} | {{ date('Y-m-d', strtotime($row['INVOICEDATE'])) }} |