@extends("admin/layouts.master-soyuz") @section('title',"General Settings |") @section("body")
{{__("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.
Please choose a site logo (supported format: PNG, JPG, JPEG, GIF).
@if(!empty($row))
@endif
Please choose a site favicon (supported format: PNG, JPG, JPEG).
@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
@endsection @section('custom-script') @endsection