@if ($canEdit) @endif @forelse ($notes as $note) @if ($canEdit) @endif @empty @endforelse
Id Title Text Preview Created by Last Modified Last Modified By
{{ $note->id }} {{ $note->title }} {!! Str::limit(strip_tags ($note->note), 10) !!} {{ $note->user_created->name }} {{ SetTimeZoneFormat($note->updated_at, 'date_at_time') }} {{ $note->user_modified->name }}