@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
@php $total_amount=0; @endphp @if(isset($entries)) @foreach($entries AS $key=>$value) @endforeach @endif
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

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