Blind Structure:
{{ $message = ''}} @if($blindData != '') @php $i = 0 @endphp @php $sno = 1 @endphp @foreach ($blindData as $Index => $row) @php $sno++ @endphp @php $i++ @endphp @endforeach
{{ 'Level' }} {{ 'Blind' }} {{ 'Ante' }} {{ 'Minutes' }}
{{ $row->STAKE_LEVELS }} {{ $row->SMALL_BLIND }} {{ $row->ANTE }} {{ $row->LEVEL_PERIOD }}
@else {{ $message = 'There is no records to display' }} @endif