getModel(); if (isset($lead)) { $quote->fill([ 'person_id' => $lead->person_id, 'user_id' => $lead->user_id, 'billing_address' => $lead->person->organization ? $lead->person->organization->address : null ]); } ?> '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.create.title'); ?> endSlot(); ?> 'admin::components.form.index','data' => ['action' => route('admin.quotes.store').'?'.http_build_query(array_merge( request()->route()->parameters(), request()->all() ))]] + (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.store').'?'.http_build_query(array_merge( request()->route()->parameters(), request()->all() )))]); ?>