'components.admin.form-input','data' => ['type' => 'email','id' => 'contact_message_receiver_mail','name' => 'contact_message_receiver_mail','label' => ''.e(__('Contact Message Receiver Email')).'','placeholder' => ''.e(__('Enter Email')).'','class' => 'mb-2','value' => ''.e($setting->contact_message_receiver_mail).'','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' => 'email','id' => 'contact_message_receiver_mail','name' => 'contact_message_receiver_mail','label' => ''.e(__('Contact Message Receiver Email')).'','placeholder' => ''.e(__('Enter Email')).'','class' => 'mb-2','value' => ''.e($setting->contact_message_receiver_mail).'','required' => 'true']); ?>
renderComponent(); ?>
__('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(); ?>