@if ($errors->any())
Alert!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
1

Info demande

2

Info chargement

3

Info colis

4

Info destinataire

@php $villes_vehicules_html=""; $flottes_types_html=""; $zones_vehicules_html=""; $replace_this = '"'; $villes_vehicules = DB::table('villes')->get(); $flottes_types = DB::table('flottes_types')->get(); $zones_vehicules = DB::table('zones')->where('ville_id',1)->get(); foreach($villes_vehicules as $ville_vehicule){ $villes_vehicules_html .= ""; } foreach($flottes_types as $flotte_typee){ $flottes_types_html .= ""; } foreach($zones_vehicules as $zone_vehicule){ $zones_vehicules_html .= ""; } @endphp