@include('layout/frontend/_header')

EVENTS

List of activities which help in networking and implement sustainable development practices

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

@if( $events && count($events) > 0 ) @foreach( $events as $k => $v )
{{$v['title']}}

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

{{ date('d', strtotime($v['start_date'])) }}-{{ date('d', strtotime($v['end_date'])) }} {{ date('M', strtotime($v['end_date'])) }} {{ date('Y', strtotime($v['end_date'])) }} | {{$v['venue']}}

Read More →
@endforeach @else

No records found for the search

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