'components.admin.edit-button','data' => ['href' => route('admin.property-purpose.edit', ['property_purpose' => $propertyPurpose->id, 'code' => getSessionLanguage()])]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.edit-button'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('admin.property-purpose.edit', ['property_purpose' => $propertyPurpose->id, 'code' => getSessionLanguage()]))]); ?>
renderComponent(); ?>
|