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

@if (Session::has('msg')) @endif @if (Session::has('msg_e')) @endif
@if(auth::user()->role_id==1) @endif @php $total_amount=0; @endphp @if(isset($entries)) @foreach($entries AS $key=>$value) @if(auth::user()->role_id==1) @endif @endforeach @endif
Entry ID Category Type Categories Entry Status Entrant Primary Email Payment Method Payment Status Abstrained By Judge Reason of AbstraningReviewAction
{{ $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($value->is_review==1) Approve @else Cancle @endif @if($value->is_review==1) Cancle @else Approve @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($role_id==3)
@endif @include('links.footer')