{!! Form::model($data, ['url' => route('stage.update', $data->id), 'method' => 'put', 'id' => 'trip_stag_form']) !!}
{!! Form::label('name', __('tracker::lang.Name') . ':*') !!}
{!! Form::text('name', null, ['class' => 'form-control', 'required', 'placeholder' => __('tracker::lang.Name')]) !!}
{!! Form::close() !!}