@extends('layouts.dashboard') @section('contents')

Submit Reports to @if(!is_null($scrutinyInfo) && intval($scrutinyInfo->s_role) > 1) Chairman @elseif(!is_null($scrutinyInfo) && intval($scrutinyInfo->s_role) === 1) Head, {{strtoupper($scrutinyInfo->dept)}} @else XXX @endif

@if(Session::has('success')) @elseif(Session::has('failed')) @endif
@foreach($lists as $l) @endforeach
Sl. Name Father's Name Dept Degree Program-Type Status Remarks
{{ $loop->iteration + $lists->firstItem() - 1 }}. {{ $l->name }} {{ $l->father }} {{ strtoupper($l->dept) }} {{ $l->degree }} {{$l->time}} @if($l->acceptance == 1) @elseif($l->acceptance == 0) Icon description @endif {{ $l->remarks }}
{{ $lists->links() }}
@csrf
@endsection @section('scripts') @endsection