@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} Department Approve| Index @endsection @section('content')

Approve Supplementary

{{-- --}}

The following is the list of action(s) to Approve Supplementary :

Category No Of Supp Action
1. All Student {{ count($students) }} @if (count($check_approve) == count($students)) Approve Disapprove @else Approve Disapprove @endif
2. Finalist Student Approve Disapprove
@endsection @section('scripts') @endsection