{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
@foreach ($events as $row)
Start Date {{ $row ->EventDate }}
End Date {{ $row ->EndDate }}

{{ $row ->Description }}

@foreach($row->eventcategory as $ec)
{{$ec->categoryname}}
@endforeach
Pic
{{$row->registration->count()}}
@endforeach
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection