@extends('Root.layout.master')
@section('title', 'Student List')
@section('page_name', 'Student')
@push('styles')
@endpush
@section('content')
| Name: |
Email: |
Phone: |
Gender: |
Created At: |
|
|
|
|
|
Results
| # |
Course Name |
Institution Name |
Board |
Result |
Roll No |
Reg No |
Certificate No |
Passing Year |
Certificate Copy |
Submitted At |
Updated At |
-
-
-
| SL |
User Name |
Email |
Phone |
Actions |
@foreach($stu_active as $c)
| {{$loop->iteration}} |
{{$c->u_name}} |
{{$c->u_email}} |
{{$c->u_phone}} |
|
@endforeach
| SL |
User Name |
Email |
Phone |
Actions |
@foreach($stu_verified as $c)
| {{$loop->iteration}} |
{{$c->u_name}} |
{{$c->u_email}} |
{{$c->u_phone}} |
|
@endforeach
| SL |
User Name |
Email |
Phone |
Actions |
@foreach($stu_suspended as $c)
| {{$loop->iteration}} |
{{$c->u_name}} |
{{$c->u_email}} |
{{$c->u_phone}} |
|
@endforeach
@endsection
@push('scripts')
@endpush