@if($customFields)
{!! trans('lang.main_fields') !!}
@endif
{!! Form::label('app_logo', trans("lang.configuration_app_logo"), ['class' => 'col-3 control-label text-right']) !!}
{{ trans('lang.media_select')}}
{{ trans("lang.configuration_app_logo_help") }}
@prepend('scripts') @endprepend
{!! Form::label('app_name', trans("lang.configuration_app_name"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('app_name', null, ['class' => 'form-control','placeholder'=> trans("lang.configuration_app_name_placeholder")]) !!}
{{ trans("lang.configuration_app_name_help") }}
{!! Form::label('main_color', trans("lang.configuration_main_color"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('main_color', null, ['class' => 'form-control','placeholder'=> trans("lang.configuration_main_color_placeholder"),'autocomplete' => 'off']) !!}
{{ trans("lang.configuration_main_color_help") }}
{!! Form::label('background_img', trans("lang.configuration_background_img"), ['class' => 'col-3 control-label text-right']) !!}
{{ trans('lang.media_select')}}
{{ trans("lang.configuration_background_img_help") }}
@prepend('scripts') @endprepend
{!! Form::label('background_color', trans("lang.configuration_background_color"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('background_color', null, ['class' => 'form-control','placeholder'=> trans("lang.configuration_background_color_placeholder")]) !!}
{{ trans("lang.configuration_background_color_help") }}
{!! Form::label('currency', trans("lang.configuration_currency"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('currency', null, ['class' => 'form-control','placeholder'=> trans("lang.configuration_currency_placeholder")]) !!}
{{ trans("lang.configuration_currency_help") }}
{!! Form::label('language', trans("lang.configuration_language"),['class' => 'col-3 control-label text-right']) !!}
{!! Form::select('language', ['en' => 'English','fr' => 'Français','es' => 'Español','pt'=>'Português','de'=>'Deutsch'], null, ['class' => 'select2 form-control']) !!}
{{ trans("lang.configuration_language_help") }}
@role('admin')
{!! Form::label('store_id', trans("lang.configuration_store_id"),['class' => 'col-3 control-label text-right']) !!}
{!! Form::select('store_id', $store, null, ['class' => 'select2 form-control']) !!}
{{ trans("lang.configuration_store_id_help") }}
@endrole
@if($customFields)
{!! trans('lang.custom_field_plural') !!}
{!! $customFields !!}
@endif
{{trans('lang.cancel')}}