@extends('layouts.dashboard') @section('title-content')
The following is the list of details about students' clearance that are assigned to your level. Use the edit button to update the details.
Clearance Level | Status | Remarks | Action |
---|---|---|---|
{{ $clearance->student->reg_no }} | {{ \Illuminate\Support\Str::upper($clearance->pivot->status) }} | ||
{{ \Illuminate\Support\Str::ucfirst($clearance->pivot->remarks) }} | {{ link_to(route('clearances.edit', $clearance->id), 'Resolve ') }} |