@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->name }} {{ $s->adm_no }} {{ $s->class_name.' '.$s->section_name }} {{ $s->email }}
{{--Student List Ends--}} @endsection