@extends('layouts.admin.master') @section('title', 'VehicleVehicle') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content')
@if(count($errors) > 0) @endif @if($message = Session::get('success')) @endif
@forelse ($vehicles as $vehicle) @empty @endforelse
# Reg:No Type Action
{{$loop->iteration}} {{ $vehicle->reg_no }} {{ $vehicle->type }}
@csrf @method('DELETE')
@endsection