@extends('admin.layouts.app') @section('title', 'Post Details') @section('content')
Likes
Dislikes
Comments
Reposts
Bookmarks
Engagement
{{ $post->author->email ?? 'N/A' }}
@if($post->author->nurseProfile){{ $post->author->nurseProfile->primary_specialty ?? 'User' }} @if($post->author->nurseProfile->country) • {{ $post->author->nurseProfile->country }} @endif
@endif{{ $post->created_at->format('M d, Y') }}
{{ $post->created_at->format('h:i A') }}
{{ $post->body }}
{{ Str::limit($post->quotedPost->body, 200) }}
No comments yet
@else{{ $comment->body }}
@if($comment->replies->isNotEmpty()){{ $reply->body }}
Name
{{ $post->author->name ?? 'Unknown' }}
{{ $post->author->email ?? 'N/A' }}
Specialty
{{ $post->author->nurseProfile->primary_specialty ?? 'N/A' }}
Location
{{ $post->author->nurseProfile->city ? $post->author->nurseProfile->city . ', ' : '' }} {{ $post->author->nurseProfile->country ?? 'N/A' }}
{{ Str::limit($quote->body, 80) }}
{{ $quote->created_at->diffForHumans() }}