'components.admin.form-select','data' => ['id' => 'paypal_account_mode','name' => 'paypal_account_mode','label' => ''.e(__('Account Mode')).'','class' => 'form-select']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-select'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['id' => 'paypal_account_mode','name' => 'paypal_account_mode','label' => ''.e(__('Account Mode')).'','class' => 'form-select']); ?>
'components.admin.select-option','data' => ['selected' => $basic_payment->paypal_account_mode == 'live','value' => 'live','text' => ''.e(__('Live')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.select-option'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['selected' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($basic_payment->paypal_account_mode == 'live'),'value' => 'live','text' => ''.e(__('Live')).'']); ?>
renderComponent(); ?>
'components.admin.select-option','data' => ['selected' => $basic_payment->paypal_account_mode == 'sandbox','value' => 'sandbox','text' => ''.e(__('Sandbox')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.select-option'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['selected' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($basic_payment->paypal_account_mode == 'sandbox'),'value' => 'sandbox','text' => ''.e(__('Sandbox')).'']); ?>
renderComponent(); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'paypal_charge','name' => 'paypal_charge','label' => ''.e(__('Gateway charge')).'(%)','value' => ''.e($basic_payment->paypal_charge).'','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' => 'paypal_charge','name' => 'paypal_charge','label' => ''.e(__('Gateway charge')).'(%)','value' => ''.e($basic_payment->paypal_charge).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'paypal_app_id','name' => 'paypal_app_id','label' => ''.e(__('App ID')).'','value' => ''.e($basic_payment->paypal_app_id).'','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' => 'paypal_app_id','name' => 'paypal_app_id','label' => ''.e(__('App ID')).'','value' => ''.e($basic_payment->paypal_app_id).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'paypal_client_id','name' => 'paypal_client_id','label' => ''.e(__('Client ID')).'','value' => ''.e($basic_payment->paypal_client_id).'','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' => 'paypal_client_id','name' => 'paypal_client_id','label' => ''.e(__('Client ID')).'','value' => ''.e($basic_payment->paypal_client_id).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'paypal_secret_key','name' => 'paypal_secret_key','label' => ''.e(__('Secret Key')).'','value' => ''.e($basic_payment->paypal_secret_key).'','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' => 'paypal_secret_key','name' => 'paypal_secret_key','label' => ''.e(__('Secret Key')).'','value' => ''.e($basic_payment->paypal_secret_key).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-image-preview','data' => ['divId' => 'paypal_image_preview','labelId' => 'paypal_image_label','inputId' => 'paypal_image_upload','image' => $basic_payment->paypal_image,'name' => 'paypal_image','label' => ''.e(__('Existing Image')).'','buttonLabel' => ''.e(__('Update Image')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-image-preview'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['div_id' => 'paypal_image_preview','label_id' => 'paypal_image_label','input_id' => 'paypal_image_upload','image' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($basic_payment->paypal_image),'name' => 'paypal_image','label' => ''.e(__('Existing Image')).'','button_label' => ''.e(__('Update Image')).'']); ?>
renderComponent(); ?>
'components.admin.form-switch','data' => ['name' => 'paypal_status','label' => ''.e(__('Status')).'','activeValue' => 'active','inactiveValue' => 'inactive','checked' => $basic_payment->paypal_status == 'active']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-switch'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['name' => 'paypal_status','label' => ''.e(__('Status')).'','active_value' => 'active','inactive_value' => 'inactive','checked' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($basic_payment->paypal_status == 'active')]); ?>
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(); ?>