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

Réclamation de gain

{{-- --}}
{{-- --}}
{{-- --}} @forelse ($fencedClaims as $claim) {{-- --}} @empty {{-- --}} @endforelse
Date de réclamationRéference Ticket Jeu Réclamant Téléphone Statut Date du paiement Action
{{ $claim->claim_date->format('d/m/Y H:i') }}{{ $claim->claim_reference }} {{ $claim->ticket_number }} {{ $claim->gameType->name }} {{ $claim->claimant_first_name." ".$claim->claimant_last_name }} {{ $claim->claimant_phone }} {{ $claim->claimStatus->name }} {{ $claim->payment_date->format('d/m/Y H:i') }}
Aucune réclamation clôturée
@foreach ($fencedClaims as $claim) @endforeach
@endsection @section('script') @endsection