@php
$page = 0;
@endphp
@foreach($matches as $match)
@if($page % 2 == 0)
@if($page == 0)
@else
@endif
@endif
{{strtoupper($match->sport_name)}} | {{strtoupper($match->competition_name)}}
{{ date('d.m.Y',strtotime($match->event_time)).' '.date('H:i',strtotime($match->event_time))}}
@php
$page++;
@endphp
@if($page%2==0 && $page!=1)
@endif
@endforeach
@php
$i=0;
@endphp
@for($k=1;$k<=$page;$k++)
@if($k % 2 ==1)
@php
$i++;
@endphp
@endif
@endfor