@include('layout.header')
@if ($liveMatch != null)

{{ $liveMatch->match_name }}

{{ date('d M Y', strtotime($liveMatch->match_start_time)) }} {{ date('H:i A', strtotime($liveMatch->match_start_time)) }}

{{ $liveMatch->team_name1 }}
{{ $liveMatch->team_name2 }}
  • 99 days
  • 23 hours
  • 59 minutes
  • 59 seconds
@if ($liveMatch->team_1_id == auth()->user()->team_id)
{{ $liveMatch->team_name1 }}
@elseif($liveMatch->team_2_id == auth()->user()->team_id)
{{ $liveMatch->team_name2 }}
@endif
@if (Auth::user()->user_type != 'BE') {{-- --}} @endif
Sr NoActionBE Name Position Code Emp Code Designation NameDoctor Name Points Status Reference File Action Date And Time
@endif
@include('modals') @include('layout.footer')