@extends('layouts.app') @section('title', $instructor->name) @section('page-title', $instructor->name) @section('breadcrumb', 'Instructors / Profile') @section('content')
{{ $instructor->email }}
@if($instructor->phone){{ $instructor->phone }}
@endif{{ $instructor->bio }}
No courses assigned
@endforelse{{ $batch->course->title }}
@endifNo batches assigned
@endforelse