@yield('title')

@if (Session::get('success'))
{{ Session::get('success') }}
@endif
@if ($type_carburants->count() > 0)
@foreach ($type_carburants as $key => $type_carburant) @endforeach
# Nom Action
{{ $key + 1 }} {{ $type_carburant->name }}
@else
Corbeille

Aucun élément trouvé.

@endif