@extends('client.users.profile') @section('template_title') {{ __('Danh sách dấu trang') }} @endsection @section('user_content') @php $isMyAccount = isMyAccount($currentUser, $user); @endphp
Truyện | Chương mới nhất | Tên dấu trang | Mô tả về dấu trang | Ngày tạo | Ngày sửa | |
---|---|---|---|---|---|---|
Chưa có bookmark nào | ||||||
Đây là bookmark riêng tư nên đã bị ẩn đi | ||||||
|
{{ $article->title }}
@if ($isMyAccount)
|
@php
$newestChapter = $article->newest_chapter;
$isEmptyNewestChapter = empty($newestChapter);
@endphp
@if ($isEmptyNewestChapter)
Chưa có chương nào
@else
{{ $newestChapter->number_text }}
@endif |
{{ $bookmark->name }} | {{ $bookmark->description }} | {{ $bookmark->created_at_text }} | {{ $bookmark->updated_at_text }} |