@layout('views/layouts/master') @section('content') @if(customCompute($sliders))
@foreach($sliders as $slider)
@endforeach
@endif @if(customCompute($featured_image)) @endif

{{ $page->title }}

@if(customCompute($teachers)) @foreach($teachers as $teacher)

{{ namesorting($teacher->name, 18) }} {{ $teacher->designation }}

@if(frontendData::get_frontend('teacher_email_status')) @if($teacher->email) {{ $teacher->email }} @endif @endif @if(frontendData::get_frontend('teacher_phone_status')) @if($teacher->phone)

{{ $teacher->phone }}

@endif @endif
@endforeach @endif

{{ htmlspecialchars_decode($page->content) }}

@endsection