@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content') {!! Form::open(['url' => route('real-estate.settings'), 'class' => 'main-setting-form']) !!}
@foreach (\Botble\RealEstate\Enums\PropertyStatusEnum::labels() as $key => $label) @endforeach
@foreach (\Botble\RealEstate\Enums\ProjectStatusEnum::labels() as $key => $label) @endforeach
@foreach (RealEstateHelper::getMandatoryFieldsAtConsultForm() as $key => $value) @endforeach @foreach (RealEstateHelper::getMandatoryFieldsAtConsultForm() as $key => $value) @endforeach
{!! Form::helper(trans('plugins/real-estate::currency.auto_detect_visitor_currency_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') }}
{!! Form::helper(trans('plugins/real-estate::currency.instruction')) !!} {{ trans('plugins/real-estate::currency.new_currency') }}
!RealEstateHelper::isLoginEnabled(), ]) >
@if (is_plugin_active('captcha'))
{{ trans('plugins/real-estate::settings.enable_recaptcha_in_register_page_description') }}
@endif
{!! Form::mediaImage( 'real_estate_company_logo_for_invoicing', setting('real_estate_company_logo_for_invoicing') ?: theme_option('logo'), ['allow_thumb' => false], ) !!}
{!! Form::googleFonts('real_estate_invoice_font_family', setting('real_estate_invoice_font_family')) !!}
 
{!! Form::close() !!} @endsection @push('footer') @endpush