{!! Theme::section('community.events.menu',['page'=>$page]) !!}
Events Created | Recurring Events | Create an Event
@if(count($evnts)>0) @foreach($evnts as $evt) @if($post) {!! Theme::section('community.events.event-view',['post'=>$post,'evt'=>$evt,'page'=>$page]) !!} @if($cnt!=0 && $cnt%3==0)
@endif @endif @endforeach @else
No event found.
@endif