Hello,
A new comment has been posted on Case #{{ $vetCase->id }}.
Case ID: #{{ $vetCase->id }}
Pet Name: {{ $vetCase->pet_name }}
Species: {{ $vetCase->pet_species }}
Owner: {{ $vetCase->owner_name ?? 'Not Found'}}
Status: {{ ucfirst($vetCase->status) }}
This is a reply to a previous comment.
@endif
📎 {{ $comment->images->count() }} {{ $comment->images->count() === 1 ? 'image' : 'images' }} attached:
@foreach($comment->images as $image){{ $image->caption }}
@endif @endforeach