@php use App\Enums\PoliciesEnum; @endphp @extends('layouts.admin.app', ['page' => $menuAdmin['settings']['active'] ?? "", 'sub_page' => $menuAdmin['settings']['route']['web']['sub_active'] ?? "" ]) @section('title', __('labels.web_settings')) @section('header_data') @php $page_title = __('labels.web_settings'); $page_pretitle = __('labels.admin') . " " . __('labels.settings'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('admin.dashboard')], ['title' => __('labels.settings'), 'url' => route('admin.settings.index')], ['title' => __('labels.web_settings'), 'url' => null], ]; @endphp @section('admin-content')
@csrf

{{ __('labels.general') }}

{{ __('labels.site_header_logo') }}
{{ __('labels.site_header_dark_logo') }}
{{ __('labels.site_footer_logo') }}
{{ __('labels.site_favicon') }}

{{ __('labels.default_location') }}

{{ __('labels.country_validation') }}

{{ __('labels.support_information') }}

{{ __('labels.seo_settings') }}

{{ __('labels.social_media') }}

{{ __('labels.app_download_section') }}

{{ __('labels.feature_sections') }}

{{ __('labels.policy_settings') }}

{{ __('labels.pwa_manifest_settings') }}

{{ __('labels.pwa_logo_192x192') }}
{{ __('labels.pwa_logo_512x512') }}
{{ __('labels.pwa_logo_144x144') }}

{{ __('labels.scripts') }}

@endsection @push('script') @endpush