'components.admin.form-select','data' => ['id' => 'default-item-select','class' => 'select2']] + (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(['id' => 'default-item-select','class' => 'select2']); ?>
'components.admin.select-option','data' => ['text' => ''.e(__('Default Pages')).'']] + (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(['text' => ''.e(__('Default Pages')).'']); ?>
renderComponent(); ?>
addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
'components.admin.select-option','data' => ['value' => '1','dataLabel' => ''.e($menu->name).'','dataUrl' => ''.e($menu->url).'','text' => ''.e($menu->name).'']] + (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' => '1','data-label' => ''.e($menu->name).'','data-url' => ''.e($menu->url).'','text' => ''.e($menu->name).'']); ?>
renderComponent(); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'add_item_url','label' => ''.e(__('URL')).'','placeholder' => ''.e(__('Enter URL')).'','value' => ''.e(old('url')).'','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' => 'add_item_url','label' => ''.e(__('URL')).'','placeholder' => ''.e(__('Enter URL')).'','value' => ''.e(old('url')).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'add_item_name','label' => ''.e(__('Name')).'','placeholder' => ''.e(__('Enter Name')).'','value' => ''.e(old('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' => 'add_item_name','label' => ''.e(__('Name')).'','placeholder' => ''.e(__('Enter Name')).'','value' => ''.e(old('name')).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.button','data' => ['text' => __('Add Item'),'onclick' => 'addMenuItem(event)']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.button'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['text' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(__('Add Item')),'onclick' => 'addMenuItem(event)']); ?>
renderComponent(); ?>