@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') }}
{{ __('ROBOTS.txt') }}
@csrf
{{ __('EXTRA HEADER&FOOTER CODE') }}
@csrf
@endsection @push('js') @endpush