@extends('admin.layouts.layouts') @section('content')

Pending Teacher Approval

Back to List
@forelse ($teachers as $teacher)
{{ $teacher->name }}

{{ $teacher->email }}

{{ $teacher->status }}
@csrf @method('DELETE')
@csrf @method('PATCH')
@empty

No pending teachers for approval.

@endforelse
@endsection