@if($showTitle || $showAddLink)
@if($showTitle)
@lang('Notes')
@endif @if($showAddLink)
+ Ajouter note
@endif
@endif
$compact])> @forelse ($this->notes as $note)
$compact])>

{!! nl2br(strip_tags($note->content)) !!}

Le {{ $note->created_at->isoFormat('LL') }} à {{ $note->created_at->format('H:i') }} |
@include('partials.user.user-card-compacted', ['user' => $note->user, 'avatarSize' => '25px']) @if($note->is_personal) @endif @if($showDelete) @endif
@empty @if($showAddLink && ! $deferLoad) @endif @endforelse