@php use Illuminate\Support\Str; @endphp
@include('includes.sp_spinner') {{-- @include('includes.sidebar') --}} {{-- @if (!Auth::guest() && !Request::is('pricing')) @component('includes.sidebar') @endComponent @else @endif --}} {{-- @include('includes.sidebar') @include('includes.navbar') --}} @include('includes.sp_dialogue_overlay') @include('includes.sp_error_dialogue') @include('includes.sp_success_dialogue')
@include('includes.navbar')

Comments for {{ $hospital->name }}

@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
{{--
Go to All Comments
--}} @endif
@include('includes.footer')