@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
@endsection @section('content') @foreach ($teachers as $t) @endforeach
Last Name First Name Email Phone Action
{{ $t->last_name }} {{ $t->first_name }} {{ $t->email }} {{ $t->formattedPhone() }}    
@endsection @section('page-js') @endsection