@if(!$disabled)
@if(substr($date,0,10)==date('Y-m-d'))

Astăzi

@else

Evenimente {{date('d.m.Y',strtotime($date))}}

@endif
@endif @php $last_sport = ''; $last_competition = ''; $last_match = ''; @endphp @if(count($matches) > 0) @foreach ($matches as $match) @if($last_match!=$match->home.' '.$match->away) @if($last_match!='') {!!$home!!} {!!$x!!} {!!$away!!}
Toate cotele @endif @endif @if($match->competition!=$last_competition) @if($last_competition!='') @endif @endif @if($match->sport_name!=$last_sport) @if($last_sport!='') @endif @php $last_sport = $match->sport_name @endphp
{!!$match->sport_icon!!}
{{$match->sport_name}}
@endif @if($match->competition!=$last_competition) @php $last_competition = $match->competition; @endphp

{{$match->competition}}

@endif @if($last_match!=$match->home.' '.$match->away) @php $last_match = $match->home.' '.$match->away; @endphp
@if($disabled) {{date('d/m',strtotime($match->event_time))}} @endif {{date('H:i',strtotime($match->event_time))}}
@php $home=''; $away=''; $slug=''; $sport=''; $x = ''; @endphp @endif