@extends('layouts.master') @section('page_title', 'My Children') @section('content')
My Children
{!! Qs::getPanelOptions() !!}
@foreach($students as $s) @endforeach
S/N Photo Name ADM_No Section Email Action
{{ $loop->iteration }} photo {{ $s->user->name }} {{ $s->adm_no }} {{ $s->my_class->name.' '.$s->section->name }} {{ $s->user->email }}
{{--Student List Ends--}} @endsection