@if($editMode)
@include('laravel-crm::livewire.components.partials.note.form-fields')
@else {!! $note->content !!} @if($note->noted_at)
{{ ucfirst(__('laravel-crm::lang.noted_at')) }} {{ $note->noted_at->format('h:i A') }} on {{ $note->noted_at->toFormattedDateString() }} @endif @endif