first()->code): ?>
'components.admin.form-input','data' => ['dataTranslate' => 'true','id' => 'title','name' => 'title','label' => ''.e(__('Title')).'','placeholder' => ''.e(__('Enter Title')).'','value' => ''.e(old('title', $propertyType->getTranslation($code)->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(['data-translate' => 'true','id' => 'title','name' => 'title','label' => ''.e(__('Title')).'','placeholder' => ''.e(__('Enter Title')).'','value' => ''.e(old('title', $propertyType->getTranslation($code)->title)).'','required' => 'true']); ?>
renderComponent(); ?>
first()->code): ?>
'components.admin.form-input','data' => ['id' => 'slug','name' => 'slug','label' => ''.e(__('Slug')).'','placeholder' => ''.e(__('Enter Slug')).'','value' => ''.e(old('slug', $propertyType->slug)).'','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' => 'slug','name' => 'slug','label' => ''.e(__('Slug')).'','placeholder' => ''.e(__('Enter Slug')).'','value' => ''.e(old('slug', $propertyType->slug)).'','required' => 'true']); ?>
renderComponent(); ?>
guard('admin')->user()->can('property.type.update')): ?>
__('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(); ?>