@extends('layout.app')
@section('title', 'Teacher Management')
@section('content')
@foreach ($errors->all() as $error)
@foreach ($teachers as $teacher)
#
Teacher Name
Email
Subject
Price per session
Actions
@endforeach
{{ $loop->iteration }}
{{ $teacher->name }}
{{ $teacher->user->email }}
{{ $teacher->subject }}
{{ $teacher->price_per_session }}