{{$match[0]->competition_name}}
{{$match[0]->home}} {{$match[0]->home}}
@php use Carbon\Carbon; $to = Carbon::parse($match[0]->event_time); $from = Carbon::parse(time()+2*60*60); echo gmdate('H:i:s',$to->diffInSeconds($from)); @endphp
{{date('d.m.y, H:i',strtotime($match[0]->event_time))}}
{{$match[0]->away}} {{$match[0]->away}}
@foreach($categs as $cat) @endforeach