@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Teachers List @endsection @section('subcontent')

Teachers List

Add
ID Name fname Email phone Action
@php $c= 0; @endphp @foreach ($deactive_teachers as $row ) @endforeach
ID Name fname Email phone Action
{{ ++$c }} {{ $row->name }} {{ $row->fname }} {{ $row->phone }} {{ $row->email }}
@include('../pages/teacher/create') @include('../pages/teacher/contract') @include('../pages/teacher/delete') @endsection @section('script') @endsection