{{ $entry['title'] ?: 'Diario del '.$entry['display_date'] }}
{{ $entry['notes_count'] ?? count($entry['notes'] ?? []) }} nota(s) del día
@if(!empty($entry['notes']))
@if(!empty($entry['authorized_professional']))
@endif
@foreach($entry['notes'] as $note)
@if(!empty($note['title']))
@endforeach
@else
{{ $note['title'] }}
@endif{{ $note['content'] ?? '' }}
{{ $entry['content'] }}
@endif