@if (Session::get('success'))
{{ Session::get('success') }}
@endif
@can('create_camion')

@can('create_camion') Nouveau camion @endcan

@endcan
@if ($camions->count() > 0)
@foreach ($camions as $key => $camion) @endforeach
# Plaque d'immatriculation Modèle Tracteur Action
{{ $key + 1 }} {{ $camion->numero_immatriculation }} {{ $camion->modele_tracteur }} @can('edit_camion') @endcan @can('show_camion') @endcan @can('delete_camion') @endcan
@else
@endif