'components.admin.form-input','data' => ['id' => 'name','name' => 'name','label' => ''.e(__('Name')).'','placeholder' => ''.e(__('Enter Name')).'','value' => ''.e(html_decode($user->name)).'','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(['id' => 'name','name' => 'name','label' => ''.e(__('Name')).'','placeholder' => ''.e(__('Enter Name')).'','value' => ''.e(html_decode($user->name)).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'phone','name' => 'phone','label' => ''.e(__('Phone')).'','placeholder' => ''.e(__('Enter Phone')).'','value' => ''.e(html_decode($user->phone)).'']] + (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(['id' => 'phone','name' => 'phone','label' => ''.e(__('Phone')).'','placeholder' => ''.e(__('Enter Phone')).'','value' => ''.e(html_decode($user->phone)).'']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'address','name' => 'address','label' => ''.e(__('Address')).'','placeholder' => ''.e(__('Enter Address')).'','value' => ''.e(html_decode($user->address)).'']] + (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(['id' => 'address','name' => 'address','label' => ''.e(__('Address')).'','placeholder' => ''.e(__('Enter Address')).'','value' => ''.e(html_decode($user->address)).'']); ?>
renderComponent(); ?>
'components.admin.button','data' => ['type' => 'submit','class' => 'w-100','text' => __('Update Profile')]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.button'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['type' => 'submit','class' => 'w-100','text' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(__('Update Profile'))]); ?>
renderComponent(); ?>