@extends('layouts.base') @section('content')

Liste des types de véhicules

@foreach($TypeVehicules as $TypeVehicule) @if($TypeVehicule->id > $TypeVehiculesCount) @else @endif @endforeach
Type Véhicule Modifier Supprimer
{{ $TypeVehicule->NomTypeVehicule }}
@csrf @method('DELETE')
@endsection @section('js') @endsection