DREAM11 ADMIN

Welcome, Admin

Match Management


Upcoming Matches
@foreach($matches as $match) @endforeach
ID Series Home Team Away Team Start Time Format Status
{{ $match->id }} {{ $match->series_name }} {{ $match->home_name }} {{ $match->away_name }} {{ $match->start_time }} {{ $match->match_format }} {{ $match->status }}
Active Contests
@foreach($contests as $contest) @endforeach
Match ID Name Entry Fee Prize Pool Spots
{{ $contest->match_id }} {{ $contest->name }} PKR {{ $contest->entry_fee }} PKR {{ $contest->prize_pool }} {{ $contest->spots_filled }}/{{ $contest->total_spots }}