Support Media
@if(!empty($microsite_weblinks))
@foreach($microsite_weblinks AS $weblink)
@endforeach
@endif
@if(!empty($entry_detail->upload_data))
@foreach($entry_detail->upload_data as $val)
@if(file_exists(storage_path('app/public/upload_entries/event_'.session('top_menu_event_id').'/entries_'.session('top_menu_event_id').'/'.$val->user_filename)))
@php $ext = pathinfo($val->user_filename, PATHINFO_EXTENSION); @endphp
@if($ext=='mp4' || $ext=='wmv' || $ext=='mpg' || $ext=='swf' || $ext=='mov' || $ext=='mpeg2')
@if(auth::user()->role_id==3)
cloud_download
@endif
@elseif($ext=='jpg' || $ext=='jpeg' || $ext=='png')
@elseif($ext=='pdf')
@else
@if(auth::user()->role_id==3 || auth::user()->role_id==1) @endif
cloud_download
View Document
@endif
@endif
@endforeach
@endif
Status of the entry
Entry Status
@if( $entry_detail->status==1 )
@elseif($entry_detail->status==2)
@else
@endif
Review Status
Endoresement Status