@endif
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 }} |