130 lines
7.0 KiB
PHP
Executable File
130 lines
7.0 KiB
PHP
Executable File
<?php
|
|
$activeConfiguration = system_config()->getActiveConfigurationItem();
|
|
?>
|
|
|
|
<?php if (isset($component)) { $__componentOriginal8001c520f4b7dcb40a16cd3b411856d1 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginal8001c520f4b7dcb40a16cd3b411856d1 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.layouts.index','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
|
|
<?php $component->withName('admin::layouts'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
|
|
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes([]); ?>
|
|
<?php $__env->slot('title', null, []); ?>
|
|
<?php echo e($name = $activeConfiguration->getName()); ?>
|
|
|
|
<?php $__env->endSlot(); ?>
|
|
|
|
<?php echo view_render_event('admin.configuration.edit.form_controls.before'); ?>
|
|
|
|
|
|
<!-- Configuration form fields -->
|
|
<?php if (isset($component)) { $__componentOriginal81b4d293d9113446bb908fc8aef5c8f6 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginal81b4d293d9113446bb908fc8aef5c8f6 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.form.index','data' => ['action' => '','enctype' => 'multipart/form-data']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
|
|
<?php $component->withName('admin::form'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
|
|
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['action' => '','enctype' => 'multipart/form-data']); ?>
|
|
<!-- Save Inventory -->
|
|
<div class="mt-3.5 flex items-center justify-between gap-4 max-sm:flex-wrap">
|
|
<p class="text-xl font-bold text-gray-800 dark:text-white">
|
|
<?php echo e($name); ?>
|
|
|
|
</p>
|
|
|
|
<!-- Save Inventory -->
|
|
<div class="flex items-center gap-x-2.5">
|
|
<?php echo view_render_event('admin.configuration.edit.back_button.before'); ?>
|
|
|
|
|
|
<!-- Back Button -->
|
|
<a
|
|
href="<?php echo e(route('admin.configuration.index')); ?>"
|
|
class="transparent-button hover:bg-gray-200 dark:text-white dark:hover:bg-gray-800"
|
|
>
|
|
<?php echo app('translator')->get('admin::app.configuration.index.back'); ?>
|
|
</a>
|
|
|
|
<?php echo view_render_event('admin.configuration.edit.back_button.after'); ?>
|
|
|
|
|
|
<?php echo view_render_event('admin.configuration.edit.save_button.before'); ?>
|
|
|
|
|
|
<button
|
|
type="submit"
|
|
class="primary-button"
|
|
>
|
|
<?php echo app('translator')->get('admin::app.configuration.index.save-btn'); ?>
|
|
</button>
|
|
|
|
<?php echo view_render_event('admin.configuration.edit.save_button.after'); ?>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="grid grid-cols-[1fr_2fr] gap-10 max-lg:grid-cols-1 max-lg:gap-4 lg:mt-6">
|
|
<?php $__currentLoopData = $activeConfiguration->getChildren(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $child): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
|
<div class="grid content-start gap-2.5 max-lg:mt-6">
|
|
<p class="text-base font-semibold text-gray-600 dark:text-gray-300">
|
|
<?php echo e($child->getName()); ?>
|
|
|
|
</p>
|
|
|
|
<p class="leading-[140%] text-gray-600 dark:text-gray-300">
|
|
<?php echo $child->getInfo(); ?>
|
|
|
|
</p>
|
|
</div>
|
|
|
|
<div class="box-shadow rounded bg-white p-4 dark:bg-gray-900">
|
|
<?php echo view_render_event('admin.configuration.edit.form_controls.before'); ?>
|
|
|
|
|
|
<?php $__currentLoopData = $child->getFields(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $field): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
|
<?php if(
|
|
$field->getType() == 'blade'
|
|
&& view()->exists($path = $field->getPath())
|
|
): ?>
|
|
<?php echo view($path, compact('field', 'child'))->render(); ?>
|
|
|
|
<?php else: ?>
|
|
<?php echo $__env->make('admin::configuration.field-type', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
<?php endif; ?>
|
|
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
|
|
|
<?php echo view_render_event('admin.configuration.edit.form_controls.after'); ?>
|
|
|
|
</div>
|
|
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
|
</div>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginal81b4d293d9113446bb908fc8aef5c8f6)): ?>
|
|
<?php $attributes = $__attributesOriginal81b4d293d9113446bb908fc8aef5c8f6; ?>
|
|
<?php unset($__attributesOriginal81b4d293d9113446bb908fc8aef5c8f6); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginal81b4d293d9113446bb908fc8aef5c8f6)): ?>
|
|
<?php $component = $__componentOriginal81b4d293d9113446bb908fc8aef5c8f6; ?>
|
|
<?php unset($__componentOriginal81b4d293d9113446bb908fc8aef5c8f6); ?>
|
|
<?php endif; ?>
|
|
|
|
<?php echo view_render_event('admin.configuration.edit.form_controls.after'); ?>
|
|
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginal8001c520f4b7dcb40a16cd3b411856d1)): ?>
|
|
<?php $attributes = $__attributesOriginal8001c520f4b7dcb40a16cd3b411856d1; ?>
|
|
<?php unset($__attributesOriginal8001c520f4b7dcb40a16cd3b411856d1); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginal8001c520f4b7dcb40a16cd3b411856d1)): ?>
|
|
<?php $component = $__componentOriginal8001c520f4b7dcb40a16cd3b411856d1; ?>
|
|
<?php unset($__componentOriginal8001c520f4b7dcb40a16cd3b411856d1); ?>
|
|
<?php endif; ?>
|
|
<?php /**PATH /var/www/html/packages/Webkul/Admin/src/Providers/../Resources/views/configuration/edit.blade.php ENDPATH**/ ?>
|