@extends('layouts.training_centre_layout')
@section('content')
{{--
$statusParam = enrolled | rejected
$status = APPROVED | REJECTED
--}}
@if($statusParam === 'enrolled')
-
Enrolled Students
@endif
@if($statusParam === 'rejected')
-
Rejected Students
@endif
| Sl. No. |
Application No. |
Name |
Email ID |
Phone Number |
Submitted On |
Status |
Actions |
@endsection
@section('pages-scripts')
@endsection