'components.admin.form-select','data' => ['name' => 'state','id' => 'state','class' => 'select2','label' => ''.e(__('State')).' ','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-select'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['name' => 'state','id' => 'state','class' => 'select2','label' => ''.e(__('State')).' ','required' => 'true']); ?>
'components.admin.select-option','data' => ['value' => '','text' => ''.e(__('Select State')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.select-option'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['value' => '','text' => ''.e(__('Select State')).'']); ?>
renderComponent(); ?>
addLoop($__currentLoopData); foreach($__currentLoopData as $countryState): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
'components.admin.select-option','data' => ['selected' => old('state', $city->country_state_id)==$countryState->id,'value' => ''.e($countryState->id).'','text' => ''.e($countryState->title.', '.$countryState->country->title).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.select-option'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['selected' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(old('state', $city->country_state_id)==$countryState->id),'value' => ''.e($countryState->id).'','text' => ''.e($countryState->title.', '.$countryState->country->title).'']); ?>
renderComponent(); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'title','name' => 'title','label' => ''.e(__('Title')).'','placeholder' => ''.e(__('Enter Title')).'','value' => ''.e(old('title', $city->title)).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['id' => 'title','name' => 'title','label' => ''.e(__('Title')).'','placeholder' => ''.e(__('Enter Title')).'','value' => ''.e(old('title', $city->title)).'','required' => 'true']); ?>
renderComponent(); ?>
__('Update')] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.update-button'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes([]); ?>
renderComponent(); ?>