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

{{ trans('plugins/real-estate::settings.general') }}

{{ trans('plugins/real-estate::settings.general_description') }}

{{ trans('plugins/real-estate::currency.currencies') }}

{{ trans('plugins/real-estate::currency.setting_description') }}

{{ trans('plugins/real-estate::currency.name') }}
{{ trans('plugins/real-estate::currency.symbol') }}
{{ trans('plugins/real-estate::currency.number_of_decimals') }}
{{ trans('plugins/real-estate::currency.exchange_rate') }}
{{ trans('plugins/real-estate::currency.is_prefix_symbol') }}
{{ trans('plugins/real-estate::currency.is_default') }}
{{ trans('plugins/real-estate::currency.remove') }}
{{ trans('plugins/real-estate::currency.new_currency') }}

{{ trans('plugins/real-estate::settings.title') }}

{{ trans('plugins/real-estate::settings.description') }}

@if (is_plugin_active('captcha'))
{{ trans('plugins/real-estate::settings.enable_recaptcha_in_register_page_description') }}
@endif
 
{!! Form::close() !!} @endsection @push('footer') @endpush