@extends('main-site.partials.app') @section('title', __('Teachers')) @section('styles') @endsection @section('content')
@foreach ($teachers as $teacher) @include('main-site.partials.teacher', ['teacher' => $teacher]) @endforeach
@endsection @section('scripts') @include('inc.toggles') @endsection