@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 @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

@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.

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
@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)))
cloud_download View Document
@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')