LISTE {{strtoupper($fiche_recherche)}}
@switch($fiche_recherche)
@case('fournisseur')
@include('table_fournisseur_fiche_annexe', ['type_fiche_annexe' => 'commande_achat', 'id_fiche_annexe' => NULL])
@break
@case('produit')
@include('table_produit_fiche_annexe', ['type_fiche_annexe' => 'commande_achat', 'id_fiche_annexe' => NULL])
@break
@case('ajout')
@include('table_ajout_fiche_annexe', ['type_fiche_annexe' => 'commande_achat', 'id_fiche_annexe' => NULL,])
@break
@default
{{-- Rien à afficher --}}
@endswitch