@extends('layouts.app') @section('title', 'Student List') @section('content')
Students
Manage all students in the system
| Student | Roll No | Trade | Shift | Mobile | Actions | |
|---|---|---|---|---|---|---|
|
@if ($student->photo)
{{ $student->user->name }}
{{ $student->gender }}
|
{{ $student->roll_no }} | {{ $student->trade }} | {{ ucfirst($student->shift) }} | {{ $student->user->mobile }} | {{ $student->user->email }} |
No students found