@extends('layouts.base') @section('title') Réclamation/en attente prestataire @endsection @section('style') @endsection @section('content')

Réclamation de gain

{{--
--}}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} @forelse ($claimPending as $claim) {{-- --}} {{-- --}} {{-- --}} {{-- --}} @empty {{-- --}} @endforelse
DateRéférence Ticket Type de jeu Date du jeu Expiration ticketRéclamantNPITéléphoneStatut Favorable
{{ $claim->claim_date->format('d/m/Y') }}{{ $claim->claim_reference }} {{ $claim->ticket_number }} {{ optional($claim->gameType)->name }} {{ $claim->play_date->format('d/m/Y H:i') }} {{ $claim->ticket_expire_date->format('d/m/Y H:i') }}{{ $claim->claimant_first_name." ".$claim->claimant_last_name }}{{ $claim->claimant_npi }}{{ $claim->claimant_phone }} {{ optional($claim->claimStatus)->name }} Oui Non {{-- --}}
Aucune réclamation en attente de l'avis du partenaire trouvée
@foreach ($claimPending as $item) @endforeach @endsection @section('script') @endsection