@extends('layouts.admin') @section('styles') @endsection @section('content')

Teacher

All Teacher List

@foreach($teachers as $teacher) @endforeach
(#) Name Email Gender Actions
{{$loop->iteration}} {{$teacher->name}} {{$teacher->user->email}} {{$teacher->gender}}