Турниры

Показаны активные турниры
@php $tourniers = \App\Tourniers::where('status', 1)->get(); @endphp @foreach($tourniers as $t) @php $end = date("d.m H:i", $t->end); @endphp
{{$t->name}}
{{$t->prize}}

Призовой фонд

{{$t->prize}}

Призовых мест

{{$t->places}}

Игра

{{$t->game}}

Конец

{{$end}}
@endforeach