@extends('frontend_eng.layouts.app') @section('title', 'Om Hospital') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')
@if ($page->banner_image)
{{ $page->title }}
@endif
@if ( $page->slug == 'message-from-chairman' || $page->slug == 'message-from-medical-director' || $page->slug == 'message-from-ceo' || $page->slug == 'message-from-nursing-director')
{{ $page->title }}
@endif
{!! $page->content !!}
@endsection