@lang('app.notesDetails')

{!! Form::open(['id'=>'updateNotes','class'=>'ajax-form','method'=>'POST']) !!} {!! Form::hidden('client_id', $client->id) !!} {!! Form::hidden('note_id', $notes->id) !!}
{!! Form::close() !!}