| N° Demande |
Date de demande |
Type attestaion |
Certificat |
Demandeur |
Nombre de factures |
Action |
@foreach($liste_demande as $art)
|
{{ $art->id_demande }}
|
{!! date ('d/m/Y', strtotime($art->date_dem)) !!} |
{{ $art->libelle }} |
{{ $art->certif }} |
{{ $art->demandeur }} |
{{ $art->nb_facture }} |
@if($art->sta == 0)
|
@elseif($art->sta == 1)
|
@endif
@endforeach
{{-- Modication --}}
{{-- Fin modication --}}
{{-- Refus --}}
{{-- Fin refus --}}
{{-- Refus chargement --}}
{{-- Fin refus --}}
{{-- Affichage --}}
{{-- Fin Affichage --}}
{{-- Soumettre --}}
{{-- Fin soumettre --}}
{{-- Chargement --}}
{{-- Fin chargement --}}
{{-- Affiche chargement --}}
{{-- Fin affichage --}}
{{-- Historique --}}
{{-- Fin historique --}}
@endsection