RECLAMATIONS
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session("success"))
{{session('success')}}
@elseif(session("error"))
{{session('error')}}
@endif
@php $i=1; @endphp @foreach($reclamations as $reclamation) @php $i++; @endphp @endforeach
Action Status Slug Image Transaction Nom Téléphone Email 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() }}