@extends('layouts.admin') @section('styles') @endsection @section('content')

{{ __('Store') }}

@include('includes.admin.partials.store-tabs')
{{ csrf_field() }} @include('includes.admin.form-both')
@if (config('features.lang_switcher'))

{{ __('Language selector') }} :

@endif @if (config('features.currency_switcher'))

{{ __('Currency selector') }} :

@endif

{{ __('Display quote') }}:

@if (env('ENABLE_SWITCH_HIGHLIGHT_CURRENCY'))

{{ __('Reverse Currency Highlight') }} :

@endif

{{ __('Home Link On Menu') }}:

{{ __('Faq Page') }} :

{{ __('Contact Page') }} :

{{ __('Blog') }} :

{{ __('Popup Banner') }}:

{{ __('Newsletter in Popup') }}:

{{ __('Show Whatsapp button') }}:

{{ __('Whatsapp Number') }}:

{{ __('Captcha') }} :

{{ __('Sign Up Verification') }} :

{{ __('Show Staff in WhatsApp') }}:

{{ __('Show Staff in Header') }}:

{{ __('Brands') }}:

{{ __('Show Staff in Footer') }}:

@endsection @section('scripts') @endsection