+ @lang('New Note')
@if(count($notes) > 0) @foreach($notes as $index => $note) @endforeach @else @endif @if(count($notes) > 0) @endif
@lang('Subject') @lang('Date')
{{ $note->subject }} {{ $note->created_at->format('d.m.Y H:i:s') }}
No notes found