Match centre

Fixtures & results

Follow Life FC in the Cambodia Premier League — club lists below, with an official link when you need confirmed kick-off times and venues.

On this page

Your match hub

Club database below; CPL for the authoritative schedule.

  • Fixtures & filters Competition, season, this week
  • Results & standings Tabs for scores and tables
  • Official source Cross-check before you travel
{{-- Upcoming Match This Week --}} @if(isset($upcomingThisWeek) && $upcomingThisWeek->isNotEmpty())
Upcoming Match This Week
@foreach($upcomingThisWeek as $m)
{{ \Carbon\Carbon::parse($m->match_date)->format('l, M d') }}
{{ \Carbon\Carbon::parse($m->match_time)->format('H:i') }}
{{ $m->homeClub->name }}
VS
{{ $m->awayClub->name }}
{{ $m->competition }}
@endforeach
@else
No upcoming matches scheduled for this week.
@endif
{{-- Tab --}} {{-- Tab Content --}}
{{-- Fixture — narrow rail (phone-width column on all viewports) --}}
All Fixtures
@foreach ($matches as $m) @php $d = \Carbon\Carbon::parse($m->match_date); @endphp
{{-- Row 1: date (left) · competition (right) --}}
{{ \Carbon\Carbon::parse($m->match_time)->format('H:i') }}
{{ $m->competition }}
{{-- Row 2: club 1 · VS · club 2 --}}
{{ $m->homeClub->name }}
VS
{{ $m->awayClub->name }}
{{-- Row 3: location --}}
{{ $m->venue ?: 'Venue TBC' }}
@endforeach
{{-- Results — same narrow rail --}}
Results
@foreach ($matches->where('status', 'played') as $m) @php $d = \Carbon\Carbon::parse($m->match_date); @endphp
{{ \Carbon\Carbon::parse($m->match_time)->format('H:i') }}
{{ $m->competition }}
{{ $m->homeClub->name }}
{{ $m->home_score }} {{ $m->away_score }}
{{ $m->awayClub->name }}
{{ $m->venue ?: 'Venue TBC' }}
@endforeach
@if (isset($standings) && $standings->count()) @foreach ($standings as $s) @endforeach @else @endif
Pos Club PL W D L GF GA GD PTS
{{ $loop->iteration }}
@if($s->club && $s->club->logo) @else
@endif {{ $s->club->name ?? '—' }}
{{ $s->played }} {{ $s->win }} {{ $s->draw }} {{ $s->loss }} {{ $s->gf }} {{ $s->ga }} {{ $s->gd }} {{ $s->points }}
No standings available.