@php
$role_id = Auth::user()->role_id;
@endphp
@include('links.header')
Unassigned Entries List
| Entry ID | Category Type | Categories | Entry Status | Entrant Primary Email | Payment Method | Payment Status | Abstrained By Judge | Reason of Abstraning | @if(auth::user()->role_id==1)Review | @endifAction |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $value->entry_id }} | {{ $value->category_type }} | {{ $value->category }} | @if($value->status == 1) Draft @else Submitted @endif | {{ $value->pri_email }} | {{ $value->payment_method }} | {{ $value->payment_status }} | {{ $value->is_abstaining_from_scoring ? "Yes" : "No" }} | {{ $value->reason_abstaining_from_scoring ? $value->reason_abstaining_from_scoring : "NA"}} | @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 |