@extends('back.layouts.app') @push('title', __('General Settings')) @section('content')
{{ __('General Settings') }}
{{ __('SITE') }}
@csrf

{{__('Small,Medium,Large Screen Sizes')}} (1,2,3)
{{ __('SMTP E-Mail Settings') }}
@csrf
{{ __('LOGO&FAVICON') }}
@csrf
{{ __('SOCIAL MEDIA') }}
@csrf
WP
SK
FB
IG
TW
YT
PIN
IN
GH
TG
{{ __('HOME PAGE') }}
@csrf
{{ __('GOOGLE reCAPTCHA,Login') }}
@csrf

{{ __('CONTACT PAGE') }}
@csrf
{{ __('TELEGRAM BOT NOTIFICATION') }}
@csrf {{ __('Order Notification')}}
@csrf
{{ __('POPUP') }}
{{ __('HEADER SPACING') }}
@csrf
Bootstrap spacing: py-0, py-1, py-2, py-3, py-4, py-5
Example: 0, -8, -10, -12 (negatif değerler için: -8, -10, -12)
Example: 2px 6px, 3px 10px, 4px 12px
Example: 4px, 6px, 8px
Example: 20px, 24px, 30px
Example: 28px, 32px, 36px
Example: 12px, 13px, 14px
{{ __('ROBOTS.txt') }}
@csrf
{{ __('EXTRA HEADER&FOOTER CODE') }}
@csrf
@endsection @push('js') @endpush