@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
Back

General Settings

@csrf
Project name is basically your Project Title.
Default email will be used by your customer 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.
Upload
Please choose a site logo (supported format: PNG, JPG, JPEG, GIF).
@if(!empty($row->logo))
@if(file_exists(public_path().'/images/genral/'.$row->logo)) @else @endif
@endif
Upload
Please choose a site favicon (supported format: PNG, JPG, JPEG).
@if(!empty($row->fevicon))
@if(file_exists(public_path().'/images/genral/'.$row->fevicon))
@else
@endif
@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).

Upload
{{__("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. it.


By toggling it price will display on front end with comma eg : 1000.12 will show 1 000,50.


By toggling it seller subscription system will enable on portal (Requires Extended License).
Enter envanto purchase code.

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") }}



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