first()->code): ?>
'components.admin.form-textarea','data' => ['name' => 'phones','label' => ''.e(__('Phone')).'','value' => ''.old('phones', $contactUsPage->phones).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-textarea'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['name' => 'phones','label' => ''.e(__('Phone')).'','value' => ''.old('phones', $contactUsPage->phones).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-textarea','data' => ['name' => 'emails','label' => ''.e(__('Email')).'','value' => ''.old('emails', $contactUsPage->emails).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-textarea'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['name' => 'emails','label' => ''.e(__('Email')).'','value' => ''.old('emails', $contactUsPage->emails).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-textarea','data' => ['name' => 'map_embed_code','label' => ''.e(__('Google Map Embed Code')).'','value' => ''.old('map_embed_code', $contactUsPage->map_embed_code).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-textarea'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['name' => 'map_embed_code','label' => ''.e(__('Google Map Embed Code')).'','value' => ''.old('map_embed_code', $contactUsPage->map_embed_code).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-textarea','data' => ['name' => 'address','dataTranslate' => 'true','label' => ''.e(__('Address')).'','value' => ''.$contactUsPage->getTranslation($code)->address.'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-textarea'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['name' => 'address','data-translate' => 'true','label' => ''.e(__('Address')).'','value' => ''.$contactUsPage->getTranslation($code)->address.'','required' => 'true']); ?>
renderComponent(); ?>