@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') }}

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

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

{!! Form::repeater(config('plugins.real-estate.real-estate.prefix') . 'review_fields', get_real_estate_setting('review_fields'), [ [ 'type' => 'text', 'label' => __('Field'), 'label_attr' => ['class' => 'control-label'], 'attributes' => [ 'name' => 'field', 'value' => null, 'options' => [ 'class' => 'form-control', 'data-counter' => 255, 'placeholder' => __('service'), ], ], ], ]) !!}
 
{!! Form::close() !!} @endsection @push('footer') @endpush