'admin::components.layouts.index','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> withName('admin::layouts'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> getConstructor()): ?> except(collect($constructor->getParameters())->map->getName()->all()); ?> withAttributes([]); ?> slot('title', null, []); ?> get('admin::app.settings.warehouses.edit.title'); ?> endSlot(); ?> $warehouse]); ?> 'admin::components.form.index','data' => ['method' => 'PUT','action' => route('admin.settings.warehouses.update', $warehouse->id)]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> withName('admin::form'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> getConstructor()): ?> except(collect($constructor->getParameters())->map->getName()->all()); ?> withAttributes(['method' => 'PUT','action' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('admin.settings.warehouses.update', $warehouse->id))]); ?>
get('admin::app.settings.warehouses.edit.contact-info'); ?>
$warehouse]); ?> 'admin::components.attributes.index','data' => ['customAttributes' => app('Webkul\Attribute\Repositories\AttributeRepository')->findWhere([ ['code', 'NOTIN', ['name', 'description']], 'entity_type' => 'warehouses', ])->sortBy('sort_order'),'customValidations' => [ 'contact_address' => [ 'max:100', ], 'postcode' => [ 'postcode', ], ],'entity' => $warehouse]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> withName('admin::attributes'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> getConstructor()): ?> except(collect($constructor->getParameters())->map->getName()->all()); ?> withAttributes(['custom-attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(app('Webkul\Attribute\Repositories\AttributeRepository')->findWhere([ ['code', 'NOTIN', ['name', 'description']], 'entity_type' => 'warehouses', ])->sortBy('sort_order')),'custom-validations' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute([ 'contact_address' => [ 'max:100', ], 'postcode' => [ 'postcode', ], ]),'entity' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($warehouse)]); ?> renderComponent(); ?> $warehouse]); ?>get('admin::app.settings.roles.create.general'); ?>