@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} |My courses @endsection @section('content')

My Clearance

The following is the list of details about students' clearance that are assigned to your level. Use the edit button to update the details.

@csrf() @method('PUT')
{{ Form::button('Request Clearance', ['type' => 'submit', 'class' => 'btn btn-lg btn-success pull-right']) }}
@endsection @section('scripts') @endsection