@foreach($read->book->categories as $category)
{{ $category->name }}
@endforeach
{!! $read->book->rating > 0 ? '' : '' !!}
{!! $read->book->rating > 1 ? '' : '' !!}
{!! $read->book->rating > 2 ? '' : '' !!}
{!! $read->book->rating > 3 ? '' : '' !!}
{!! $read->book->rating > 4 ? '' : '' !!}
{{ $read->book->view }} dilihat ({{ $read->book->bookNotes->count() }} review)
@if($read->percentage)
{{ $read->percentage }}% — {{ trans('cruds.read.fields.last_page') }}: {{ $read->last_page }}
@endif
@if($read->is_favorite)
{{ trans('cruds.read.fields.is_favorite') }}
@endif