@extends('admin/layout') @section('title') {{ labels('admin_labels.web_settings', 'Web Settings') }} @endsection @section('content') @php $user = auth()->user(); $role = auth()->user()->role->name; use App\Services\MediaService; @endphp

{{ labels('admin_labels.web_settings', 'Web Settings') }}

@csrf
General Settings
@if (!empty($web_settings['logo']))
Not Found
@else
@endif
@if (!empty($web_settings['favicon']))
Not Found
@else
@endif

{{ labels('admin_labels.app_download_section', 'App Download Section') }}


{{ labels('admin_labels.social_media_links', 'Social Media Links') }}


{{ labels('admin_labels.shipping', 'Shipping') }}

{{ labels('admin_labels.returns', 'Returns') }}

{{ labels('admin_labels.support', 'Support') }}

{{ labels('admin_labels.safety_and_security', 'Safety & Security') }}

{{ labels('admin_labels.themes', 'Themes') }}
@csrf
{{ labels('admin_labels.language', 'Language') }}
@csrf
@csrf
{{ labels('admin_labels.firebase_settings', 'Firebase Settings') }}
@endsection