RECLAMATIONS
@if ($errors->any())
@endif
@if(session("success"))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{session('success')}}
@elseif(session("error"))
{{session('error')}}
@endif
Action | Status | Slug | Image | Transaction | Nom | Téléphone | Type | Date de la transaction | Créer | |
---|---|---|---|---|---|---|---|---|---|---|
@if($reclamation->status==1) @if($reclamation->decision==1) Traité @else Non traité @endif @else En attente @endif | {{$reclamation->slug}} | {{$reclamation->name}} | {{$reclamation->telephone}} | {{$reclamation->email}} | {{$reclamation->type}} | {{$reclamation->reference}} | {{date("d-m-Y h:i:s",strtotime($reclamation->date))}} | {{date("d-m-Y h:i:s",strtotime($reclamation->created_at))}} |
{{ $reclamations->links() }}