@include('Admin.Includes.header') @php use Illuminate\Support\Facades\Auth; use App\General\GeneralSettingsClass; @endphp

{{ __('General Settings') }}

@if (session('success')) @endif @if ($errors->any()) @endif
@csrf
{{ __('Website View Settings') }}
Header Logo Preview
@php $favIcon = GeneralSettingsClass::getOptionValue('_fav_icon', $settings); @endphp
Fav Icon Preview
Header Logo Dark Preview
%
$
%
{{ __('Payment Gateway Settings') }}
PayPal Settings

Stripe Settings
{{ __('SMTP Credentials Settings') }}
{{ __('Delivery Charges Settings') }}
{{ __('Google Analytics') }}
{{ __('Other Settings') }}
Color Settings
{{ __('Business Details') }}

Banking Information

Location Information
{{ __('Social Media Profiles') }}
@if (Session::has('permissions') && in_array('Save General Settings', Session::get('permissions')))
@endif