@php $item = $personalNote->getItem(); @endphp
{{ $personalNote->course->title }} {{ trans('public.by') }} {{ $personalNote->course->teacher->full_name }}
@if(!empty($item)) {{ $item->title }} @if(!empty($item->chapter)) {{ trans('public.chapter') }}: {{ $item->chapter->title }} @else - @endif @else - @endif
@if(!empty(getFeaturesSettings('course_notes_attachment'))) @if(!empty($personalNote->attachment)) {{ trans('home.download') }} @else - @endif @endif {{ dateTimeFormat($personalNote->created_at, 'j M Y | H:i') }}