@php
$role_id = Auth::user()->role_id;
@endphp
@include('links.header')
Unassigned Entries List
| Region | Category Type | Categories | Entry Status | Entrant Primary Email | Payment Status | Action |
|---|---|---|---|---|---|---|
| {{ $value->region }} | {{ $value->category_type }} | {{ $value->category }} | @if($value->status == 1) Draft @else Submitted @endif | {{ $value->pri_email }} | {{ $value->payment_status }} | @if($value->payment_status=='Completed') Assign to judge @endif |