@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; $count=0; @endphp @if(isset($entries)) @foreach($entries AS $key=>$value) @if(auth::user()->role_id==1) @endif @php $count++; @endphp @endforeach @endif
# Entry ID Category Sub Category Entry Status Entrant Primary Email Endorsement Status Payment Method Payment Status Abstrained By Judge Reason of Abstraning Created AtReviewAction
{{ $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($value->is_review==1) Approve @else Cancle @endif @if($value->is_review==1) Cancle @else Approve @endif
@method('delete') @csrf


@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

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