{!! Form::open(['url' => route('trip.update', $data->id), 'method' => 'PUT']) !!}
{!! Form::label('note_user', __('lang.notes') . ":") !!} {!! Form::textarea('note_user', $data->note_user ?? '', ['class' => 'form-control', 'placeholder' => __('lang.notes'), 'rows' => 3]) !!}
{!! Form::close() !!}