@extends('layouts.base') @section('title') Réclamation/rejetées @endsection @section('style') @endsection @section('content')

Réclamation de gain

{{-- --}}
{{-- --}} {{-- --}} @forelse ($claims as $index => $claim) {{-- --}} {{-- --}} @empty {{-- --}} @endforelse
#Réclamation Date réclamation Réclamant Téléphone Type de jeu Ticket Statut MotifMontant
{{ $index + 1 }}{{ $claim->claim_reference }} {{ $claim->claim_date->format('d/m/Y H:i') }} {{ $claim->claimant_first_name." ".$claim->claimant_last_name }} {{ $claim->claimant_phone }} {{ $claim->gameType->name }} {{ $claim->ticket_number }} {{ $claim->claimStatus->name }} {{ $claim->reject_raison }} {{ $claim->amount }}
Aucune réclamation rejetée
@endsection @section('script') @endsection