@extends('layouts.admin') @section('title', 'Institute Details') @section('header-title', 'Institute Details') @section('content')
| Name | Role | |
|---|---|---|
| {{ $user->name }} | {{ $user->email }} | {{ $user->role }} |
| No users associated with this institute. | ||
| Name | Roll Number | Class | Status |
|---|---|---|---|
| {{ $student->name }} | {{ $student->roll_number }} | {{ $student->class }} | @if($student->status === 'active') Active @elseif($student->status === 'inactive') Inactive @endif |
| No students associated with this institute. | |||