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