@extends('VMS.navbar')
@if ($message = Session::get('success'))

{{ $message }}

@endif @if(session('alert')) @endif
img
@csrf
  • img
  • img
@if(isset($details))
@foreach($details as $index => $row) @endforeach
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'])) }}
@else @endif