'components.admin.form-input','data' => ['id' => 'title','name' => 'page_name','label' => ''.e(__('Page name')).'','dataTranslate' => 'true','placeholder' => ''.e(__('Page name')).'','value' => ''.e(old('page_name', $custom_page->getTranslation($code)->page_name)).'','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' => 'page_name','label' => ''.e(__('Page name')).'','data-translate' => 'true','placeholder' => ''.e(__('Page name')).'','value' => ''.e(old('page_name', $custom_page->getTranslation($code)->page_name)).'','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', $custom_page->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', $custom_page->slug)).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-editor','data' => ['dataTranslate' => 'true','name' => 'description','label' => ''.e(__('Description')).'','value' => ''.old('description', $custom_page->getTranslation($code)->description).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-editor'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['data-translate' => 'true','name' => 'description','label' => ''.e(__('Description')).'','value' => ''.old('description', $custom_page->getTranslation($code)->description).'','required' => 'true']); ?>
renderComponent(); ?>