@php $role_id = Auth::user()->role_id; @endphp @include('links.header') Entries List @if(auth::user()->role_id) @endif



@if (Session::has('msg')) @endif @if (Session::has('msg_e')) @endif @if((today()->format('Y-m-d') <= $event->submission_deadline || auth::user()->is_allow_entry==1) && auth::user()->role_id==3)
assignment Add Another Entry payment Checkout
@else
payment Checkout
@endif
@if(auth::user()->role_id==1) @endif @if(auth::user()->role_id==1) @endif @php $total_amount=0; $payment_method = 0; $entry_id = []; @endphp @if(isset($entries)) @foreach($entries AS $key=>$value) @if(auth::user()->role_id==1) @endif @if(auth::user()->role_id==1) @endif @endforeach @endif
Entry ID Category Type Categories Entry Status Entrant Primary Email Endorsement Status Order Id Amount Late Fee Payment StatusAssigned StatusReviewAction
{{ $value->entry_id }} {{ $value->category_type }} {{ $value->category }} @if($value->status == 1) Draft @else Submitted @if($value->payment_status=='Pending') @if(date('Y-m-d',strtotime($value->submission_deadline))>=date('Y-m-d')) @php array_push($entry_id,$value->id); $total_amount += $value->amount; $payment_method++; @endphp @else @php array_push($entry_id,$value->id); $total_amount += ($value->amount+$value->late_entry_fee); $payment_method++; @endphp @endif @endif @endif {{ $value->pri_email }} {{ $value->endorsement_status}} @if($value->endorsement_status=='Pending' && auth::user()->role_id==1) Sent confirmation mail @endif {{ $value->order_id }} {{ $value->amount }} {{ (date('Y-m-d',strtotime($value->early_bird_fee_end_date))>=date('Y-m-d')) ? '' : $value->late_entry_fee }} {{ $value->payment_status }}@if($value->is_assigned==1) Assigned @else Not Assigned to any Jury/Judge {{ $value->is_abstaining_from_scoring ? "Re-assign to judge" : "Assign to judge" }} @endif @if($value->is_review==1) Approve @else Cancel @endif @if($value->is_review==1) Cancel @else Approve @endif @if(auth::user()->role_id==1 || (auth::user()->role_id==3 && $value->status==1)) Edit @if($value->payment_status=='Pending' && auth::user()->role_id==1) Payment Method @endif @endif @if(auth::user()->role_id==3 && $value->payment_method=='Online' && $value->payment_status !='Completed') Pay Online @endif View

@if($role_id==3)
@endif @include('links.footer')