Liste des {{strtoupper($fiche_recherche)}}
@if ($fiche_recherche=='client')
@include('table_client_fiche_annexe',['type_fiche_annexe'=>'action','id_fiche_annexe'=>NULL, ])
@elseif ($fiche_recherche=='societe')
@include('table_societe_fiche_annexe',['type_fiche_annexe'=>'action','id_fiche_annexe'=>NULL, ])
@elseif ($fiche_recherche=='chantier')
@include('table_chantier_fiche_annexe',['type_fiche_annexe'=>'action','id_fiche_annexe'=>NULL,'client_id'=>NULL])
@elseif ($fiche_recherche=='contact')
@include('table_contact_fiche_annexe',['type_fiche_annexe'=>'action','id_fiche_annexe'=>NULL, ])
@elseif ($fiche_recherche=='commercial')
@include('table_commercial_fiche_annexe',['type_fiche_annexe'=>'action','id_fiche_annexe'=>NULL,])
@elseif ($fiche_recherche=='type_action')
@include('table_type_action_fiche_annexe',['type_fiche_annexe'=>'action','id_fiche_annexe'=>NULL, ])
@elseif ($fiche_recherche=='motif_action')
@include('table_motif_action_fiche_annexe',['type_fiche_annexe'=>'action','id_fiche_annexe'=>NULL,])
@endif