@extends('layoutsfrontend.master') @section('content') @php $imagePath=getbannerimage(); @endphp
@php $gallery = $hospital->galleries(16)->first(); $imagePath = getgallery($gallery); @endphp
@php if($hospital && isset($hospital->filename) && $hospital->filename) { $imagePath =asset('storage/uploads/hospital/' .$hospital->filename); @endphp {{ $hospital->name }} @php } @endphp

{{ $hospital->location }} Branch

{{ $hospital->name }}

{!! nl2br(e($hospital->address)) !!}

@if($hospital->email)

{{ $hospital->email }}

@endif @if($hospital->phone)

{{ $hospital->phone }}

@endif Enquire Now

About {{ $hospital->name }}

{{ $hospital->location ?? 'Healthcare Network' }}

{!! nl2br(e($hospital->about_us)) !!}

Our facilities

@foreach($facilities as $facility)
@php $havenImage = $facility->galleries(4)->first(); $imagePath = getgallery($havenImage); @endphp @if($imagePath) @endif

{{ $facility->name }}

@endforeach

Get in touch with us

@csrf
@if($hospital->google_map) {!! $hospital->google_map !!} @else @endif
@endsection @section('script') @endsection