@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') @elseif($type == '3' || $type == '4' || $type == '5') @endif
@endsection @section('pageLevelJS') @endsection