@extends('admin.layouts.master-soyuz') @section('title',__('General Settings | ')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Front Settings") }} @endslot @slot('menu2') {{ __("General Settings") }} @endslot @endcomponent
@if ($errors->any()) @endif @if(session()->has('support_ping'))
{!! session()->get('support_ping') !!}
@endif
{{ __("Back") }}

{{ __("General Settings") }}

@csrf
{{__('Project name is basically your Project Title')}}.
{{ __('Default email will be used by yourcustomer for contacting you.') }}
{{ __('Try changing domain will cause serious error.') }}
{{ __('Please enter valid mobile no (it will also show in your site footer).') }}
{{ __('Copyright text will be shown in your site footer don\'t put YEAR on text.') }}
{{ __('Default currency can be customized in Multiple Currency setting.') }}
{{ __('Browse') }}
{{__("Please choose a site logo")}} ({{__("supported format:")}} PNG, JPG, JPEG, GIF, WEBP).
@if(!empty($row))
@endif
{{ __('Browse') }}
{{__("Please choose a site favicon")}} ({{__('supported format:')}} PNG, JPG, JPEG, ICO).
@if(!empty($row))
@endif
{{ __('Please enter address (it will also show in your site footer).') }}
{{__("Enter cart amount eg. 500 so if user cart amount is greater or equal to this amount than shipping will be free")}} ({{__('Put')}} 0 {{__("for disable it")}}).

{{__("Change your front end preloader")}} here.
@if(file_exists(public_path().'/images/preloader/preloader.png'))
@endif

@php $timestamp = time(); @endphp

{{ __('Miscellaneous Settings') }}



{{__('If enabled than Right click will not work on whole project')}} ({{ __('Recommended') }}).


{{__("If enabled than Inspect element like")}} CTRL+U {{__("OR")}} CTRL+SHIFT+I {{__('keys not work on whole project')}} ({{ __("Recommended") }}).


{{ __('If enabled than Prices of products and deals only visible to Logged In users.') }}


{{ __('If enabled than Guest checkout will be active on your portal.') }}


{{__("Turn it")}} {{ __('OFF') }}. {{__("ONLY FOR Development purpose")}} ({{ __('Recommanded') }}).


{{ __("If enabled than Multiseller system will be active on your portal.") }}


{{ __('If enabled than email verification when user register he/she need to verify his/her email to access the site.') }}


{{__('If enabled than cash on delivery will enable on payment page')}}.


{{ __('Enable or disable preloader by toggling it.') }}


{{ __('By toggling it make the full width front page.') }}


{{__("By toggling it price will display on front end with comma eg : 1000.12 will show")}} 1 000,50.


{{__("By toggling it on variant product on color selection variant image will display instead of color dot")}}.

{{ __('Get Your reCAPTCHA v2 Keys From Here') }}

{{ __('reCaptcha v2 Settings') }}

{{ __('reCaptcha will not work on ') }}localhost (eg. on xammp,wammp,laragon). {{__("Read more about")}} {{ __('here') }}

{{ __("Get your mailchimp keys from here") }}

{{__("MailChimp Newsletter Settings") }}


{{ __("Get your GTM keys from here") }}

{{__("Google Tag Manager Settings") }}



{{ __('Get your pusher keys from here') }}

{{__("Pusher Settings") }}


@endsection @section('custom-script') @endsection