@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content') {!! Form::open(['url' => route('ecommerce.advanced-settings'), 'class' => 'main-setting-form']) !!}

{{ trans('plugins/ecommerce::ecommerce.advanced_settings') }}

{{ trans('plugins/ecommerce::ecommerce.setting.other_settings_description') }}

{!! Form::customSelect('default_tax_rate', [0 => trans('plugins/ecommerce::tax.select_tax')] + app(\Botble\Ecommerce\Repositories\Interfaces\TaxInterface::class)->pluck('title', 'id'), get_ecommerce_setting('default_tax_rate')) !!} {{ trans('plugins/ecommerce::ecommerce.setting.default_tax_rate_description') }}
MB
@if (is_plugin_active('captcha'))
{{ trans('plugins/ecommerce::ecommerce.setting.enable_recaptcha_in_register_page_description') }}
@endif
{{ get_application_currency()->symbol }}
{!! Form::googleFonts('invoice_font_family', get_ecommerce_setting('invoice_font_family')) !!}
    @foreach (\Botble\Base\Supports\Helper::countries() as $key => $item)
  • @endforeach
@if (is_plugin_active('location'))
@endif
 
{!! Form::close() !!} @endsection