@extends('admin.layouts.app') @section('content')
Draw Date and Time : {{ $game->game_draw_date }}
Customer Name : {{ getUserNameById($ticket->user_id) }}
Customer Phone No : {{ getUserPhoneNumberById($ticket->user_id) }}
Total Count: {{ $countStatusOne }}
--}} @if($countStatusOne > 0) @foreach ($result_check as $result) @if ($result->number_range == $countStatusOne){{ $result->description }}
@php $matchedAmounts[] = $result->amount; @endphp {{-- Add any logic or display for the matching result_check here --}} @endif @endforeach @elseSorry No number matched. You Lost !
@endif| Number | Amount | Description |
|---|---|---|
| {{ $result->number_range }} | {{ $result->amount }} | {{ $result->description }} |