@extends('admin.layouts.app') @section('content')
| Check All | --}}SL NO | Ticket No | Ticket Date | Draw Date | Result | Claim Amount |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ @$ticket->ticket_code }} | {{ @$ticket->created_at->format('Y-m-d') }} | {{ getGameDetailById($ticket->game_id, 'game_draw_date')}} | @php $game = getGameDetailById($ticket->game_id, 'result_publish'); @endphp @if ($game == 1) Published @else Waiting @endif |
@if (count($amount) > 0 && $game == 1)
@foreach ($amount as $amnt)
$ {{ $amnt }} @endforeach @elseif (count($amount) == 0 && $game == 1) No Amount Available @else $ 0 @endif |