@extends('layouts.app') @section('content') @include('includes.navbar') @if ($users->state_id == null)
Specialization: @foreach ($user_cat as $key => $cats) @php // Convert the category name to a slug $slugCategory = strtolower( str_replace(' ', '-', $cats->category), ); @endphp {{ $cats->category }}
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
{!! $users->testimonials !!}
Cold, cough or
fever
Depression or
anxiety
Hair
Transplant
Breast Augmentation Surgery
Consult NowRhinoplasty
Surgery
{{--
this is test
--}}Leave a Comment
{{-- Success Message --}}Comments
@if ($comments->isEmpty())No comments yet.
@else@foreach ($comments as $comment)-
{{ $comment->comment_author }}
({{ $comment->comment_author_email }})
@endforeach
@endif{{ $comment->comment_content }}
{{ $comment->comment_date }}