@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 Endorsement Status Action
{{ $value->region }} {{ $value->category_type }} {{ $value->category }} @if($value->status == 1) Draft @else Submitted @endif {{ $value->pri_email }} {{ $value->endorsement_status }} Assign to judge

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