@extends('front.layouts.app') @section('title',$seoTags->seo_title) @section('description',$seoTags->seo_description) @section('keywords',$seoTags->seo_keyword) @section('tags',$seoTags->seo_tags) @push('schema') {!! \App\Helpers\SchemaHelper::render( \App\Helpers\SchemaHelper::department( $dept_title->title, strip_tags($dept_title->description ?? ''), url()->current(), $dept_title->cover_image_url ? route('departments.show-images', [$dept_title->id,'cover_image_url']) : '', $dept_title->faq ) ) !!} @endpush @section('content') {{-- Start Page Banner Area --}} @foreach($departmentDetails as $dept)
{{ $dept->department_banner_url_name  }}

Department Details

  • Home
  • Departments
  • {{$dept->title}}
{{-- End Page Banner Area --}} {{-- Start Department Area--}}
@if(!empty($dept->cover_image_url))
{{ $dept->cover_image_name  }}
@endif

MTH Department of {{ $dept_title->title }}

@if($dept->description != '' || null)

Description

{!! $dept->description !!}

@endif
@if(!empty($faqs)) {{-- Faq--}}

FAQs

@if(!empty($dept->faq)) @foreach(json_decode($dept->faq, true) as $index => $faq)

{{ $faq['answer'] }}
@endforeach @else

No FAQs available for this department.

@endif
{{-- End Faq--}} @endif
{{--

Our Locations

--}} {{-- --}}
@endforeach
{{-- Department Researches--}}

Research

# Title Department Journal Date Author Actions

Get in touch with us today to get medical services

@endsection @push('footer-scripts') @endpush