@extends('admin.layouts.app') @section('title', $title) @section('content')
@include('admin.layouts.notifications')

{{ $title }}

@csrf @method('PUT')
@error('description')
{{ $message }}
@enderror

{{ $comment->created_at->format('M j, Y \a\t h:i') }}

{{ $comment->post->title }}

{{ $comment->user->first_name }} {{ $comment->user->last_name }}

@csrf @method('DELETE')
@endsection @push('scripts') @endpush