@extends("admin.layout.master") @section("title","Dashboard") @section ("content")
|
@foreach($row->eventcategory as $ec)
{{$ec->categoryname}}
@endforeach
|
Live Now |
P
{{$row->gymnastevent->count()}}
Participants
|
{{ \Carbon\Carbon::parse($row->EventDate)->format('d M y') }} -
{{ \Carbon\Carbon::parse($row->EndDate)->format('d M y') }}
Event Dates
|