@extends('layouts.master') @section('page_title', 'Student Information - '.$my_class->name) @section('content')
S/N | Photo | Name | ADM_No | Section | Action | |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $s->user->name }} | {{ $s->adm_no }} | {{ $my_class->name.' '.$s->section->name }} | {{ $s->user->email }} |
S/N | Photo | Name | ADM_No | Action | |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $sr->user->name }} | {{ $sr->adm_no }} | {{ $sr->user->email }} |