@extends('fan.layouts.commonmaster') @section('title') | Dashboard @endsection @section('content')

Get the Latest tickets Here

Looking for the latest game ? Get your ticket here or below

We Are Embu's Pride

in Everything Concerning Soccer

3K FC Get Tickets

for soccer news, updates,
and game results

@forelse($fundraiser_event as $fundraiser)
Fundraiser Event
{{ $fundraiser->start_time }}{{ \Carbon\Carbon::parse($fundraiser->start_date)->format('l') }}

26th March

{{ $fundraiser->venue_name }}

{{ $fundraiser->event_desc }}
@empty @endforelse
@if($featuredEvent)
Upcoming Match

{{ $featuredEvent->venue_name }}

{{ $featuredEvent->match_day }}

{{ $featuredEvent->team_a }}
Embu
VS
Share
Buy tickets
{{ $featuredEvent->team_b }}
AWAY
@endif
Past Matches
@forelse($all_events as $ae)
{{ $ae->team_a }}
EMBU
{{ $ae->team_a_score }} @if($ae->team_a_score > $ae->team_b_score) WIN @endif
@if($ae->team_a_score == $ae->team_b_score) DRAW @endif
{{ $ae->team_b_score }} @if($ae->team_a_score < $ae->team_b_score) WIN @endif
Home
{{ $ae->team_b }}
AWAY
@empty No Events Yet @endforelse
@php $count=0 @endphp @forelse($team_standings as $ts) @php $count++ @endphp team_name == '3K') style="background-color: #AD354F;" @endif> @empty No Events Yet @endforelse
Team Position W L GD PTS
{{ $count }}
{{ $ts->team_name }}
{{ $ts->won }} {{ $ts->lost }} {{ $ts->goal_diff }} {{ $ts->points }}
@endsection @push('scripts') @endpush