'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.contacts.organizations.edit.title'); ?> endSlot(); ?> 'admin::components.form.index','data' => ['action' => route('admin.contacts.organizations.update', $organization->id),'method' => 'PUT']] + (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(['action' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('admin.contacts.organizations.update', $organization->id)),'method' => 'PUT']); ?>
$organization]); ?> 'admin::components.breadcrumbs.index','data' => ['name' => 'contacts.organizations.edit','entity' => $organization]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> withName('admin::breadcrumbs'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> getConstructor()): ?> except(collect($constructor->getParameters())->map->getName()->all()); ?> withAttributes(['name' => 'contacts.organizations.edit','entity' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($organization)]); ?> renderComponent(); ?> $organization]); ?>
get('admin::app.contacts.organizations.edit.title'); ?>
$organization]); ?> $organization]); ?>
'admin::components.attributes.index','data' => ['customAttributes' => app('Webkul\Attribute\Repositories\AttributeRepository')->findWhere([ 'entity_type' => 'organizations', ]),'customValidations' => [ 'name' => [ 'max:100', ], 'address' => [ 'max:100', ], 'postcode' => [ 'postcode', ], ],'entity' => $organization]] + (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([ 'entity_type' => 'organizations', ])),'custom-validations' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute([ 'name' => [ 'max:100', ], 'address' => [ 'max:100', ], 'postcode' => [ 'postcode', ], ]),'entity' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($organization)]); ?> renderComponent(); ?>
renderComponent(); ?> renderComponent(); ?>