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