@extends('client.users.profile') @section('template_title') {{ __('Danh sách dấu trang') }} @endsection @section('user_content')
@if($message = session('success')) @endif
@if ($comments->isEmpty()) @endif @foreach ($comments as $comment) @php $commentUser = $comment->user; $article = $comment->article; @endphp @endforeach
Tên truyện Thời gian bình luận Nội dung
Chưa có comment nào
{{ $article->title }} {{ $article->title }} @if (isMyAccount($currentUser, $commentUser)) @endif
@endsection