@props(['note']) @php $hasAccess = ! $note->is_paid || (Auth::check() && Auth::user()->hasAccessToNote($note)); @endphp
"{{ Str::limit(strip_tags($note->content), 150) }}"