@extends('layouts.frontend') @section('title', 'Teacher Directory - Kidscholl Academy') @section('content') Teacher Directory Meet our qualified educators, trainers, and child counselors. @forelse($teachers as $teacher) @if($teacher->photo) @else @endif {{ $teacher->designation }} {{ $teacher->name }} {{ $teacher->branch->name }} {{ $teacher->email ?: 'N/A' }} @empty No teachers registered in directory. @endforelse @endsection
Meet our qualified educators, trainers, and child counselors.
{{ $teacher->branch->name }}
No teachers registered in directory.