{!! Theme::section('community.events.menu',['page'=>$page]) !!}
{{trans('eventmanagement.i-have-created-crowdfunding')}} | Start a Crowdfunding
@if(isset($communities) and !empty($communities))
{{trans('eventmanagement.sort-by')}}:
@endif
@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
{{trans('eventmanagement.no-crowdfunding-found')}}
@endif
@if($evnts)
{!! $evnts->appends(request()->except('page'))->render() !!}
@endif