@extends('layouts.app') @section('content') @include('includes.navbar') @if ($users->state_id == null)
Hospital Profile is not updated

Let’s complete your profile to unlock all the features and provide the best service possible.

Back To Homepage
@else

@if ($users->avatar == 'hospital.png') {{ $users->name }} @else {{ $users->name }} @endif

Visit Web

{{ $users->name }}

Specialization: @foreach ($user_cat as $key => $cats) @php // Convert the category name to a slug $slugCategory = strtolower( str_replace(' ', '-', $cats->category), ); @endphp {{ $cats->category }}

@endforeach

Visit us at:
{{ $users->address1 }}, {{ $users->address2 }},
{{ $users->city_name }}, {{ $users->state }} , {{ $users->country_name }}

Accreditation : @foreach ($user_acc as $key => $accs) {{ $accs->accridation }} @endforeach

Doctors : @if ($users->no_of_doctors > 5) {{ $users->no_of_doctors }} @else {{ $users->no_of_doctors }} @endif
Beds : {{ $users->no_of_beds }}
Phone: {{ $users->phone }}
Fax : {{ $users->fax_number }}
Languages: @foreach ($user_lang as $key => $lang) {{ $lang->language }} @endforeach

{{-- Download Browchure --}} Download Brochure


Hospital Videos

@foreach ($user_vid as $key => $videos) @endforeach

Hospital Beds & Infrastructure


{!! $users->testimonials !!}


{{--

this is test

--}}

Leave a Comment

{{-- Success Message --}}
@csrf
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif


Comments

@if ($comments->isEmpty())

No comments yet.

@else
    @foreach ($comments as $comment)
  • {{ $comment->comment_author }} ({{ $comment->comment_author_email }})
    {{ $comment->comment_content }}
    {{ $comment->comment_date }}
  • @endforeach
@endif

Top Hospitals
@foreach (\App\Http\Controllers\HospitalNewController::getTopHospitals() as $hospital) @if ($hospital->avatar == 'hospital.png') @else @endif @endforeach
@endif

Consult top doctors online for any health concern

Private online consultations with verified doctors in all specialists
@foreach (\App\Http\Controllers\PassportApi\DoctorManagementController::_getDoctors() as $key => $doctor) @endforeach {{--
Cold, cough or fever

Cold, cough or
fever

Consult Now
Depression or anxiety

Depression or
anxiety

Consult Now
Hair Transplant

Hair
Transplant

Consult Now
Hair Transplant

Breast Augmentation Surgery

Consult Now
Hair Transplant

Rhinoplasty
Surgery

Consult Now
--}}

Are you Patient?

  • Free Surgery Cost Estimation
  • Free Consulting with Best Hospital
  • Free Consulting with Best Doctors
  • Lowest Treatment Cost
  • World Class Hospitals Options
  • Tour to your Dream Country

Are you Hospital?

  • Free International Surgery Query
  • Free Hospital Profile
  • Directly Interact with Patients
  • Free Services/Offer Publishing
  • Free Medical Tourism IT Platform
  • Free Case Management Software

Are you Doctor?

  • Free International Surgery Query
  • Free Doctor Profile
  • Directly Interact with Patients
  • Free Services/Offer Publishing
  • Free Medical Tourism IT Platform
  • Free Case Management Software
{{--
Myhospitalnow App Download --}}
@endsection