@extends('mrp') @section('title', $page_title) @section('content')
@csrf
@error('import_file') {{ $message }} @enderror
{{--

Import data from excel

@csrf
@error('import_file') {{ $message }} @enderror
--}}

{{$page_title}}

Back
@if (auth()->user()->can('vehicle-create'))
Add New
@endif
@if(Session::has('message')) @endif
@foreach ($cars as $car) @endforeach
No Car Code Type Driver Descripiton Action
{{$loop->iteration}} {{$car->car_code}} {{$car->type}} {{$car->driver}} {{$car->description}}
@if (auth()->user()->can('vehicle-edit')) @endif @if (auth()->user()->can('vehicle-delete')) @endif
@endsection @push('css') @endpush @push('js') @endpush