@lang('app.notesDetails')

{{ ucwords($notes->notes_title) }}

{{$notes->notes_type == '0' ? 'Public' : 'Private'}}

@foreach($employees as $employee) @if(in_array($employee->id, $clientMembers)) user @endif @endforeach

{{$notes->is_client_show == '1' ? 'Yes' : 'No'}}

{{$notes->ask_password == '1' ? 'Yes' : 'No'}}

{{ ucwords($notes->note_details) }}