@can('note_create')
@endcan{{ trans('cruds.note.fields.id') }} | {{ trans('cruds.note.fields.user') }} | {{ trans('cruds.note.fields.book') }} | {{ trans('cruds.book.fields.author') }} | {{ trans('cruds.note.fields.rating') }} | ||
---|---|---|---|---|---|---|
{{ $note->id ?? '' }} | {{ $note->user->name ?? '' }} | {{ $note->book->title ?? '' }} | {{ $note->book->author ?? '' }} | {{ $note->rating ?? '' }} | @can('note_show') {{ trans('global.view') }} @endcan @can('note_edit') {{ trans('global.edit') }} @endcan @can('note_delete') @endcan |