@if ($errors->has($input['name'])) {{ $errors->first($input['name']) }} @endif
@if(isset($input['note_text']) && !empty($input['note_text'])) {!! $input['note_text'] !!} @endif