'components.admin.form-input','data' => ['type' => 'password','id' => 'current_password','name' => 'current_password','label' => ''.e(__('Current Password')).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['type' => 'password','id' => 'current_password','name' => 'current_password','label' => ''.e(__('Current Password')).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['type' => 'password','id' => 'password','name' => 'password','label' => ''.e(__('New Password')).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['type' => 'password','id' => 'password','name' => 'password','label' => ''.e(__('New Password')).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['type' => 'password','id' => 'password_confirmation','name' => 'password_confirmation','label' => ''.e(__('Confirm Password')).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['type' => 'password','id' => 'password_confirmation','name' => 'password_confirmation','label' => ''.e(__('Confirm Password')).'','required' => 'true']); ?>
renderComponent(); ?>
guard('admin')->user()->can('admin.profile.edit')): ?>
__('Update')] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.update-button'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes([]); ?>
renderComponent(); ?>