{{ __('Update '. $item->name)}}
@csrf
Name is Required
{!! Form::select('city_id', $cities, $item->city_id,[ 'class'=>'form-control', 'placeholder' => 'Select City']) !!}
City is Required