Internal Notes

@if(count($requestNotesList ?? []) > 0)
@foreach($requestNotesList as $note)

{{ $note->Notes }}

@if(!empty($note->Documents))
@foreach($note->Documents as $doc) {{ $doc->DocumentName }} @endforeach
@endif
{{ $note->FirstName ?? '' }} {{ $note->LastName ?? '' }} · {{ \Carbon\Carbon::parse($note->CreatedDate)->format('d-M-Y H:i') }}
@endforeach
@else

No notes yet

@endif
{{ strtoupper(substr(session('user_name', 'U'), 0, 1)) }}
Upload Documents
@push('scripts') @endpush