@if (!empty($data)) @foreach ($data['data'] as $game) @endforeach
{{ $headers }}
# Game No. of Ticket Amount
{{$loop->iteration}} {{ $game['name'] }} {{ $game['total_ticket'] }} {{ $game['total_amount'] }}
Total Sales {{ $data['total']['total_ticket'] }} {{ $data['total']['total_amount'] }}
@else

No data found

@endif