@include('links.header') @if(Auth::user()->role_id==1) Add New Entrant Back @else New Entrant Form Back @endif

{{$event_data->name}}


@if (Session::has('msg')) @endif @if (Session::has('msg_e')) @endif @if(env('EXCEPTIONAL_AWARD_ID') != session('top_menu_event_id')) @endif @php $campaign_period = explode('-',$event_data->eligibility_period); @endphp @if(!empty($entrant_detail)) @endif
1

Submission Detail

2

Entry Submission

3

Nominee Submission

4

Review

Submission Detail

@if(count($entrant_data)>0)
@endif

Entrant Details

Secondary contact person for awards-related matters

Client Detail

Campaign Detail

(Please fill campaign title carefully.)

@php $entrant_campaign_date = !empty($entrant_detail->campaign_date) ? explode('to',$entrant_detail->campaign_date) : ''; @endphp

Entry submission

Basic Information

All information required in this section are mandatory and in English only.

Preferably copy paste your answers from notepad.

MUST READ: Credits must be filled in as to be published on all materials and trophy credits. Once submitted, cannot be changed

@if(auth::user()->role_id==1)
@endif
Add More Microsite Weblinks @php $microsite_weblink = $entry_detail->microsite_weblink;@endphp @if(!empty($microsite_weblink)) @foreach($microsite_weblink AS $weblink) @if(!empty($weblink))
@endif @endforeach @endif
Each supporting item should not be more than 10MB.

Supported document file extensions: .doc, .docx, .ppt, .pptx, .pdf, .xls

Supported image file extensions: .jpg, .jpeg, .png, .svg, .gif

Supported media file extensions: .mp4, .mpg, .mpeg2, .mov, .swf, .wmv

@error('upload_img_1') {{ $message }} @enderror
@error('upload_img_2') {{ $message }} @enderror
@error('upload_img_3') {{ $message }} @enderror
@if(!empty($entry_file))
@foreach($entry_file 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) @endif
@elseif($ext=='jpg' || $ext=='jpeg' || $ext=='png' || $ext=='gif' || $ext=='svg')
@elseif($ext=='pdf')
@if(auth::user()->role_id==3) @endif cloud_download View Document
@else
Document @if(auth::user()->role_id==3) @endif cloud_download View Document
@endif @endif @endforeach @endif

Nominee Submission
(Names of two nominees to attend awards night in case the entry is shortlisted:)

Nominee 1

Nominee 2

@include('links.footer')