@if(!empty($singleDigit))
Digit
Point
@foreach($singleDigit as $key => $value)
{{ $value['number'] }}
{{ $value['points'] }}
@endforeach
@endif
@if(!empty($jodi))
@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))
@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))
@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))
@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')
@endif