@extends('admin/layout') @section('title') {{ labels('admin_labels.general_settings', 'General Settings') }} @endsection @section('content') @php $user = auth()->user(); $role = auth()->user()->role->name; @endphp
@csrf
{{ labels('admin_labels.general_settings', 'General Settings') }}
{{ labels('admin_labels.logo_and_meta_data', 'Logo & Meta Data') }}

Upload

Recommended Size : larger than 120 x 120 & smaller than 150 x 150 pixels.

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

Upload

Recommended Size : larger than 120 x 120 & smaller than 150 x 150 pixels.

@if (!empty($web_settings['favicon']))
Not Found
@else
@endif
{{ labels('admin_labels.social_media_links', 'Social Media Links') }}
{{ labels('admin_labels.app_download_section', 'App Download Section') }}
{{ labels('admin_labels.support', 'Support') }}
{{ labels('admin_labels.shipping', 'Shipping') }}
{{ labels('admin_labels.safety_and_security', 'Safety & Security') }}
{{ labels('admin_labels.returns', 'Returns') }}
@endsection