LISTE {{strtoupper($fiche_recherche)}}

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