@include('links.header') Entries Report @if (Session::has('error'))
| ID | Status | Creation Time | Entry Category | Entry Title | Entrant Company | Entrant Representative | Entrant Mobile | Entrant Email | Client Company | Client Representative | Endorser Email | Client Mobile | Brand | Campaign Period | Name of Nominee | Designation of Nominee | Organisation of Nominee | Email of Nominee | Mobile of Nominee | Name of Nominee 2 | Designation of Nominee 2 | Organisation of Nominee 2 | Email of Nominee 2 | Mobile of Nominee 2 | Question-Answer | Microsite URL | Uploaded Files | Entrant Job Title | Entrant Address | Entrant Address - Country | Entrant Company Type | Endorsement Status | Order Id | Order Status | Order Payment Status | Order Payment Method | Entry Price | Order Creation Time | Order Internal Remark |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $entry->entry_id }} | {{ $entry->status }} | {{ $entry->created_at }} | {{ $entry->category }} | {{ $entry->title }} | {{ $entry->entrant_company }} | {{ $entry->entrant_representative }} | {{ $entry->entrant_mobile }} | {{ $entry->entrant_email }} | {{ $entry->client_name }} | {{ $entry->client_representative }} | {{ $entry->client_email }} | {{ $entry->client_mobile }} | {{ $entry->brand }} | {{ $entry->campaign_date }} | {{ $entry->nominee_name_1 }} | {{ $entry->nominee_title_1 }} | {{ $entry->nominee_company_name_1 }} | {{ $entry->nominee_email_1 }} | {{ $entry->nominee_contact_1 }} | {{ $entry->nominee_name_2 }} | {{ $entry->nominee_title_2 }} | {{ $entry->nominee_company_name_2 }} | {{ $entry->nominee_email_2 }} | {{ $entry->nominee_contact_2 }} | @php if(!empty($entry->eventcategory_question)){$t=0;
foreach($entry->eventcategory_question AS $question){ @endphp
{{ $question }} {{ $entry->user_answer[$t]}} @php $t++;} } @endphp |
@if(!empty($entry->microsite_weblink)) @foreach($entry->microsite_weblink AS $weblink) {{ $weblink}} @endforeach @endif |
@if(!empty($entry->user_filename))
@foreach($entry->user_filename 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)))
View
@endif @endforeach @endif |
{{ $entry->entrant_job_title }} | {{ $entry->entrant_address}} | {{ $entry->entrant_country}} | {{ $entry->entrant_company_type}} | {{ $entry->endorsement_status}} | {{ $entry->order_id}} | {{ $entry->order_status}} | {{ $entry->payment_status}} | {{ $entry->payment_method}} | {{ $entry->entry_price}} | {{ $entry->order_creation_time}} | {{ $entry->remark_against_payment }} |