@include('layout/frontend/_header')
@if( $singleEventDet )

{{$singleEventDet['title']}}

Project Name: {{$projectNm}}

{{$singleEventDet['event_coordinator']}} | {{$singleEventDet['venue']}}

Duration: {{ date('d', strtotime($singleEventDet['start_date'])) }} {{ date('M', strtotime($singleEventDet['start_date'])) }} {{ date('Y', strtotime($singleEventDet['start_date'])) }} to {{ date('d', strtotime($singleEventDet['end_date'])) }} {{ date('M', strtotime($singleEventDet['end_date'])) }} {{ date('Y', strtotime($singleEventDet['end_date'])) }}

{{ $singleEventDet['description'] }}

@if ( isset($singleEventDet) && $singleEventDet['upload_report_value'] && $singleEventDet['upload_report_type']=='attachment' ) Attached Report:

Report Attachment

@else @endif @if ( count($singleEventDet['event_attachment']) > 0 ) @foreach( $singleEventDet['event_attachment'] as $k => $v )

{{$v['attachment']}}

@endforeach @endif
@if ( count($singleEventDet['event_attachment']) > 0 ) @foreach( $singleEventDet['event_attachment'] as $k => $v ) @break @endforeach @else @endif
@if ( count($singleEventDet['event_attachment']) > 0 ) @foreach( $singleEventDet['event_attachment'] as $k => $v ) @endforeach @else @endif
@else

No new records found

@endif
@include('layout/frontend/_footer')