@extends('layouts.app') @php use Illuminate\Support\Str; @endphp @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 help you provide the best care possible.

Back To Homepage
@else

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

Book Appointment

{{ $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 }} {{ $cats->category }}

@endforeach

{{ $users->degree }}
{{ $users->eduexperience }} years experience overall
Medical Registration Verified
{{-- (220 votes) --}}
Address:
City : {{ $users->city_name }}
State : {{ $users->state }}
Country : {{ $users->country_name }}
Download CV @php $discountPercentInr = 0; if ($realPriceInr > 0 && $discountedInr > 0 && $realPriceInr > $discountedInr) { $discountPercentInr = round((($realPriceInr - $discountedInr) / $realPriceInr) * 100); } $discountPercentUsd = 0; if ($realPriceUsd > 0 && $discountedUsd > 0 && $realPriceUsd > $discountedUsd) { $discountPercentUsd = round((($realPriceUsd - $discountedUsd) / $realPriceUsd) * 100); } @endphp @if(strtolower($users->country_name) == 'india') {{-- INR Button --}} @else {{-- USD Button --}} @endif
@if (isset($advertisements) && !empty($advertisements)) @foreach ($advertisements as $ad) @if ($ad['status'] == 1 && $ad['ad_type'] == 'doctor')

{{--
Doctor Advertisement
--}}
@endif @endforeach @else

No advertisements available.

@endif

Bibliography

{!! $users->bibliography !!}



@if (!$stories->isEmpty())
    @foreach ($stories as $storry)
  • @if (!empty($storry->imagePath)) Story Image @endif

    {!! $storry->storyText !!}

  • @endforeach
@else

No Story yet.

@endif

{{--

🌐 Recent Discussions

--}}

My Discussions

@if (!$flarumDiscussions->isEmpty())
    @foreach ($flarumDiscussions as $discussion) @if ($discussion->comment_count > 0) @php $slug = Str::slug($discussion->title); @endphp
  • {{ $discussion->title }}
    πŸ“… Created At: {{ $discussion->created_at }}
  • @endif @endforeach
@else
No discussions found.
@endif

Latest Discussions

@if (!$flarumLatestDiscussions->isEmpty())
    @foreach ($flarumLatestDiscussions as $discussion) @php $slug = Str::slug($discussion->title); @endphp
  • {{ $discussion->title }}
    πŸ“… Created At: {{ $discussion->created_at }}
  • @endforeach
@else
No discussions found.
@endif

Discussions with Comments

@if (!$flarumCommentedDiscussions->isEmpty())
    @foreach ($flarumCommentedDiscussions as $discussion) @php $slug = Str::slug($discussion->title); @endphp
  • {{ $discussion->title }}
    πŸ’¬ Comments: {{ $discussion->comment_count }}
    πŸ“… Created At: {{ $discussion->created_at }}
  • @endforeach
@else
No discussions with comments found.
@endif

Posts

@if ($wp_posts->isEmpty())

No Posts yet.

@else @endif

{{--

this is test

--}}

Leave a Comment

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


Comments

@if ($comments->isEmpty())

No comments yet.

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

{{-- --}} {{-- --}} {{-- --}} {{-- --}}
@if (isset($advertisements) && !empty($advertisements)) @foreach ($advertisements as $ad) @if ($ad['status'] == 1 && $ad['ad_type'] == 'doctor_footer')

{{--
Doctor Footer Advertisement
--}}
@endif @endforeach @else

No advertisements available.

@endif
Top Doctors
@foreach (\App\Http\Controllers\DoctorController::getTopDoctors() as $doctor) @if ($doctor->avatar == 'default.png') @else @endif @endforeach
@endif
Private online consultations with verified hospitals in all specialists
@foreach (\App\Http\Controllers\PassportApi\HospitalManagementController::_getHospitals() as $hospital) @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