@extends('front.layouts.app') @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
@if($dept->description != '' || null)

Description

{!! $dept->description !!}

@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