@include('layout/frontend/_header')

EVENTS

@if ( isset($_GET['s_t']) ) @endif

@if( $events && count($events) > 0 ) @foreach( $events as $k => $v )
@if($v['featured_attachment'] !='') @else @endif

Coordinator Name: {{$v['event_coordinator']}}

{{ date('d', strtotime($v['start_date'])) }} {{ date('M', strtotime($v['start_date'])) }} {{ date('Y', strtotime($v['start_date'])) }} @if(($v['end_date'] !='')) -{{ date('d', strtotime($v['end_date'])) }} {{ date('M', strtotime($v['end_date'])) }} {{ date('Y', strtotime($v['end_date'])) }} @endif

{{$v['venue']}}


@endforeach @else

No records found for the search

@endif
@if(count($events) > 0) {{ $events->links() }} @endif
@include('layout/frontend/_footer')