@php
$role_id = Auth::user()->role_id;
@endphp
@include('links.header')
Unassigned Entries List
| # | Entry ID | Category | Sub Category | Entry Status | Entrant Primary Email | Endorsement Status | Payment Method | Payment Status | Abstrained By Judge | Reason of Abstraning | Created At | @if(auth::user()->role_id==1)Review | @endifAction |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $count+1 }} | {{ $value->entry_id }} | {{ $value->category_type }} | {{ $value->category }} | {{$value->type_status}} | {{ $value->pri_email }} | {{ $value->endorsement_status}} @if( $value->endorsement_status == 'Pending' && auth::user()->role_id==1) Sent confirmation mail @endif | {{ $value->payment_method }} | {{ $value->payment_status }} | {{ $value->is_abstaining_from_scoring ? "Yes" : "No" }} | {{ $value->reason_abstaining_from_scoring ? $value->reason_abstaining_from_scoring : "NA"}} | {{ $value->created_at }} | @if(auth::user()->role_id==1)@if($value->is_review==1) Approve @else Cancle @endif @if($value->is_review==1) Cancle @else Approve @endif | @endif
@if($value->payment_status=='Completed') {{ $value->is_abstaining_from_scoring ? "Re-assign to judge" : "Assign to judge" }} @endif @if($value->payment_status=='Pending') Payment Method @endif @if($value->entry_id=='231893' || $value->entry_id=='386627' || $value->entry_id=='834629' || $value->entry_id=='442924') Edit @endif View |