@foreach (get_all_annuaires() as $annuaire)
@endforeach
@foreach (get_intitules_by_group([['slug', '=', 'types-vehicules']]) as $intitule)
@endforeach
@if(config('modules.immatriculations.advance_fields'))
@foreach (get_all_usagers() as $usager)
@endforeach
@foreach (get_intitules_by_group([['slug', '=', 'energies']]) as $intitule)
@endforeach
@foreach (get_intitules_by_group([['slug', '=', 'colors']]) as $intitule)
@endforeach
@foreach (get_intitules_by_group([['slug', '=', 'marques']]) as $intitule)
@endforeach
@endif