@extends('web.layouts.container') @section('content')
@if(count($instructors)) @foreach($instructors as $instructor)

{{$instructor->name}}

{{$instructor->job_title}}

{!! $instructor->description !!}

{{-- @if($instructor->phone)

{{$instructor->phone}}

@endif--}} {{--

{{$instructor->email}}

--}}
    {{-- @if($instructor->phone)
  • {{$instructor->phone}}
  • @endif--}} {{--
  • {{$instructor->email}}
  • --}}
{{$instructor->name}}
{{$instructor->job_title}}
@endforeach @endif
@endsection @section('inner_js') @endsection