@if(!empty($singleDigit))
Single Digit
Digit
Point
@foreach($singleDigit as $key => $value)
{{ $value['number'] }}
{{ $value['points'] }}
@endforeach
@endif @if(!empty($jodi))
Jodi Digit
@if($session == 'open')
@php $i=0; @endphp @foreach($jodi as $key => $value) @if($i == 0)
Digit
Point
@php $i++; @endphp @else @if($i == 9) @php $i=0; @endphp @else @php $i++; @endphp @endif @endif
{{ $value['number']}}
{{ $value['points'] }}
@endforeach
@else
@php $i=0; @endphp @foreach($jodi as $key => $value) @if($value['points'] > 0) @if($i == 0)
Digit
Point
@php $i++; @endphp @else @if($i == 9) @php $i=0; @endphp @else @php $i++; @endphp @endif @endif
{{ $value['number']}}
{{ $value['points'] }}
@endif @endforeach
@endif @endif @if(!empty($singlePana))
Single Pana
@php $i=0; @endphp @foreach($singlePana as $key => $value) @if($i == 0)
Digit
Point
@php $i++; @endphp @else @if($i == 9) @php $i=0; @endphp @else @php $i++; @endphp @endif @endif
{{ $value['number']}}
{{ $value['points'] }}
@endforeach
@endif @if(!empty($doublePana))
Double Pana
@php $i=0; @endphp @foreach($doublePana as $key => $value) @if($i == 0)
Digit
Point
@php $i++; @endphp @else @if($i == 9) @php $i=0; @endphp @else @php $i++; @endphp @endif @endif
{{ $value['number']}}
{{ $value['points'] }}
@endforeach
@endif @if(!empty($triplePana))
Triple Pana
@php $i=0; @endphp @foreach($triplePana as $key => $value) @if($i == 0)
Digit
Point
@php $i++; @endphp @else @if($i == 9) @php $i=0; @endphp @else @php $i++; @endphp @endif @endif
{{ $value['number']}}
{{ $value['points'] }}
@endforeach
@endif @if($type == '0')
Half Sangam
Full Sangam
@endif