@extends('userPanel.user') @section('pageLevelCSS') @endsection @section('content')
{{ $game->game_name }}

@php $game_type=array( "1" => 'Single Digit', "2" => 'Jodi Digit', "3" => 'Single Pana', "4" => 'Double Pana', "5" => 'Triple Pana', "6" => 'Half Sangam', "7" => 'Full Sangam', ); @endphp {{ $game_type[$type]}}

@if($type == '1' || $type == '3' || $type == '4' || $type == '5' || $type == '6')
strtotime(date('Y-m-d').' '.$open_time)) disabled @else checked @endif>
strtotime(date('Y-m-d').' '.$open_time) && time() < strtotime(date('Y-m-d').' '.$close_time)) checked @endif>
@endif
@if($type == '1' || $type == '2') @elseif($type == '6') @elseif($type == '3' || $type == '4' || $type == '5' || $type == '7') @endif
@if($type == '1') @elseif($type == '6') @elseif($type == '3' || $type == '4' || $type == '5') @endif
@if($type == '2' || $type == '6' || $type == '7')
@if($type == '2') @elseif($type == '6') @if(time() < strtotime(date('Y-m-d').' '.$open_time))
@else
@endif @elseif($type == '7') @endif
@endif
@endsection @section('pageLevelJS') @endsection