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

Liste des types de vehicules

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