LISTE {{strtoupper($fiche_recherche)}}
@switch($fiche_recherche)
@case('client')
@include('table_client_fiche_annexe', ['type_fiche_annexe' => 'reservation_pompe', 'id_fiche_annexe' => NULL])
@break
@case('fournisseur')
@include('table_fournisseur_fiche_annexe', ['type_fiche_annexe' => 'reservation_pompe', 'id_fiche_annexe' => NULL])
@break
@case('chantier')
@include('table_chantier_fiche_annexe', ['type_fiche_annexe' => 'reservation_pompe', 'id_fiche_annexe' => NULL, 'client_id' => $client_id])
@break
@default
{{-- Rien à inclure --}}
@endswitch