@extends('frontend.frontend-page-master') @section('site-title') {{__('instructor:')}} {{$instructor->name}} @endsection @section('page-title') {{__('instructor:')}} {{$instructor->name}} @endsection @section('content')
{!! render_image_markup_by_attachment_id($instructor->image) !!}

{{$instructor->name}}

{{$instructor->designation}}
{!! $instructor->lang_front->description !!}
@php $a=1; @endphp @forelse($courses as $data)
@php if($a == 4){ $a=1;}else{$a++;} @endphp @empty
{{__('nothing found')}}
@endforelse
@endsection