{{ html()->label('State')->for('state_id') }} {{ html()->select('state_id', states(country_id:settings('default_country_id')), $city->state_id)->class('form-control form-select')->placeholder('--Select--')->required() }}
{{ html()->label('Name')->for('name') }} {{ html()->text('name', $city->name)->class('form-control')->placeholder('Name')->required() }}