@extends('layouts.app') @section('title', 'All Students - Assistant Director') @section('content')
View and manage all students in the institute
| Student Name | Roll No | Trade | Shift | Gender | Contact | Pending Leaves | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ Str::limit($student->user->name, 20) }} | {{ $student->roll_no }} | {{ Str::limit($tradeName, 12) }} | {{ ucfirst($student->shift ?? '-') }} | {{ ucfirst($student->gender ?? '-') }} | {{ $student->mobile ?? '-' }} | @if($pendingCount > 0) {{ $pendingCount }} Pending @else None @endif | Active |
@if($totalLeaves > 0)
View Leave Requests
@else
-
@endif
|
| No students found | ||||||||
No students found in the institute