'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.quotes.edit.title'); ?> endSlot(); ?> $quote]); ?> 'admin::components.form.index','data' => ['action' => route('admin.quotes.update', $quote->id) . '?' . http_build_query(array_merge( request()->route()->parameters(), request()->all() )),'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.quotes.update', $quote->id) . '?' . http_build_query(array_merge( request()->route()->parameters(), request()->all() ))),'method' => 'PUT']); ?>