نظرات کاربران
@auth
@php
$user = \App\Models\User::find($comment->user_id);
@endphp
{{ $user->first_name }} {{ $user->last_name }}
ثبت شده در {{ $comment->created_at }}
{{ $comment->message }}