Finished
{{ $match->Match_Title ?? 'No Title' }}
{{ isset($match->Match_Time) ? \Carbon\Carbon::parse($match->Match_Time)->format('d/m/Y \a\t h:i A') : '00:00' }}
{{ $match->Play_Map ?? 'TDM' }}
{{ $match->Entry_Type ?? 'Solo' }}
Mobile
ID: {{ $match->id }}
Fee: ৳{{ intval($match->Entry_Fee ?? 0) }}
Kill: ৳{{ intval($match->Per_Kill ?? 0) }}
Prize: ৳{{ intval($match->Total_Prize ?? 0) }}