'components.admin.form-input','data' => ['id' => 'currency_name','name' => 'currency_name','label' => ''.e(__('Currency Name')).'','placeholder' => ''.e(__('Enter Currency Name')).'','value' => ''.e($currency->currency_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' => 'currency_name','name' => 'currency_name','label' => ''.e(__('Currency Name')).'','placeholder' => ''.e(__('Enter Currency Name')).'','value' => ''.e($currency->currency_name).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'country_code','name' => 'country_code','label' => ''.e(__('Country Code')).'','placeholder' => ''.e(__('Enter Country Code')).'','value' => ''.e($currency->country_code).'','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' => 'country_code','name' => 'country_code','label' => ''.e(__('Country Code')).'','placeholder' => ''.e(__('Enter Country Code')).'','value' => ''.e($currency->country_code).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-select','data' => ['name' => 'currency_code','id' => 'currency_code','class' => 'select2','label' => ''.e(__('Currency Code')).'','required' => 'true']] + (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(['name' => 'currency_code','id' => 'currency_code','class' => 'select2','label' => ''.e(__('Currency Code')).'','required' => 'true']); ?>
'components.admin.select-option','data' => ['value' => '','text' => ''.e(__('Select Currency Code')).'']] + (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(['value' => '','text' => ''.e(__('Select Currency Code')).'']); ?>
renderComponent(); ?>
addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
'components.admin.select-option','data' => ['selected' => $key == $currency->currency_code,'value' => ''.e($key).'','text' => ''.e($value).'']] + (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($key == $currency->currency_code),'value' => ''.e($key).'','text' => ''.e($value).'']); ?>
renderComponent(); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'currency_icon','name' => 'currency_icon','label' => ''.e(__('Currency Icon')).'','placeholder' => ''.e(__('Enter Currency Icon')).'','value' => ''.e($currency->currency_icon).'','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' => 'currency_icon','name' => 'currency_icon','label' => ''.e(__('Currency Icon')).'','placeholder' => ''.e(__('Enter Currency Icon')).'','value' => ''.e($currency->currency_icon).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'currency_rate','name' => 'currency_rate','label' => ''.e(__('Currency Rate')).'','placeholder' => ''.e(__('Enter Currency Rate')).'','value' => ''.e($currency->currency_rate).'','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' => 'currency_rate','name' => 'currency_rate','label' => ''.e(__('Currency Rate')).'','placeholder' => ''.e(__('Enter Currency Rate')).'','value' => ''.e($currency->currency_rate).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-select','data' => ['id' => 'is_default','name' => 'is_default','label' => ''.e(__('Default')).'','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' => 'is_default','name' => 'is_default','label' => ''.e(__('Default')).'','class' => 'form-select']); ?>
'components.admin.select-option','data' => ['selected' => $currency->is_default == 'no','value' => 'no','text' => ''.e(__('No')).'']] + (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($currency->is_default == 'no'),'value' => 'no','text' => ''.e(__('No')).'']); ?>
renderComponent(); ?>
'components.admin.select-option','data' => ['selected' => $currency->is_default == 'yes','value' => 'yes','text' => ''.e(__('Yes')).'']] + (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($currency->is_default == 'yes'),'value' => 'yes','text' => ''.e(__('Yes')).'']); ?>
renderComponent(); ?>
renderComponent(); ?>
'components.admin.form-select','data' => ['id' => 'currency_position','name' => 'currency_position','label' => ''.e(__('Currency Position')).'','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' => 'currency_position','name' => 'currency_position','label' => ''.e(__('Currency Position')).'','class' => 'form-select']); ?>
'components.admin.select-option','data' => ['selected' => $currency->currency_position == 'before_price','value' => 'before_price','text' => ''.e(__('Before Price')).'']] + (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($currency->currency_position == 'before_price'),'value' => 'before_price','text' => ''.e(__('Before Price')).'']); ?>
renderComponent(); ?>
'components.admin.select-option','data' => ['selected' => $currency->currency_position == 'before_price_with_space','value' => 'before_price_with_space','text' => ''.e(__('Before Price With Space')).'']] + (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($currency->currency_position == 'before_price_with_space'),'value' => 'before_price_with_space','text' => ''.e(__('Before Price With Space')).'']); ?>
renderComponent(); ?>
'components.admin.select-option','data' => ['selected' => $currency->currency_position == 'after_price','value' => 'after_price','text' => ''.e(__('After Price')).'']] + (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($currency->currency_position == 'after_price'),'value' => 'after_price','text' => ''.e(__('After Price')).'']); ?>
renderComponent(); ?>
'components.admin.select-option','data' => ['selected' => $currency->currency_position == 'after_price_with_space','value' => 'after_price_with_space','text' => ''.e(__('After Price With Space')).'']] + (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($currency->currency_position == 'after_price_with_space'),'value' => 'after_price_with_space','text' => ''.e(__('After Price With Space')).'']); ?>
renderComponent(); ?>
renderComponent(); ?>
'components.admin.form-switch','data' => ['name' => 'status','label' => ''.e(__('status')).'','activeValue' => 'active','inactiveValue' => 'inactive','checked' => $currency->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' => 'status','label' => ''.e(__('status')).'','active_value' => 'active','inactive_value' => 'inactive','checked' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($currency->status == 'active')]); ?>
renderComponent(); ?>