{{ cleanLang(__('lang.my_notes')) }}
@if($has_note)
{!! _clean($note->note_description) !!}
@else
404 - Not found

{{ cleanLang(__('lang.you_do_not_have_notes')) }}

@endif