@extends('layouts.site') @section('content') @include('frontend.common.breadcrumb')
@if ($department->short_des)

{{ $department->short_des }}

@endif
{{ $department->name }}
@if ($department->description)
{!! $department->description !!}
@endif {{-- Contact info --}}
@if ($department->email) {{ $department->email }} @endif @if ($department->phone) {{ $department->phone }} @endif
@if ($department->services && count($department->services) > 0)

Our Services

@foreach ($department->services as $index => $service)
@if (!empty($service['icon'])) @else @endif

{{ $service['title'] ?? '' }}

@if (!empty($service['description']))

{{ $service['description'] }}

@endif
@endforeach
@endif {{-- Lightbox --}}
@endsection @push('styles') @endpush @push('scripts') @endpush