{{ $page_title }}

Back
@csrf

Match Details

Prize Distribution

Configuration

@php $detected_ct_name = ''; if(isset($categories)) { foreach($categories as $category) { if($category->slug == $game_type) { $detected_ct_name = $category->ct_name; break; } } } if(empty($detected_ct_name)) { $detected_ct_name = str_replace(' Matches', '', $page_title); } @endphp
@if(strtolower($game_type) !== 'ludo')
@else @endif