<.header> Comment <%= @comment.id %> <:subtitle>This is a comment record from your database. <:actions> <.link href="#"> <.button>Approve note <.list> <:item title="Name"><%= @comment.author_name %> <:item title="Content"><%= @comment.content %> <:item title="Inserted at"><%= @comment.inserted_at %> <:item title="Approved at"><%= @comment.approved_at %> <:item title="Kind"><%= @comment.kind %> <:item title="Note"> <%= @comment.note.name %> <.back navigate={~p"/admin/comments"}>Back to comments