@extends('layouts.admin.app', ['page' => $menuAdmin['settings']['active'] ?? "", 'sub_page' => $menuAdmin['settings']['route']['system']['sub_active'] ?? "" ]) @section('title', __('labels.system_settings')) @section('header_data') @php $page_title = __('labels.system_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.system_settings'), 'url' => null], ]; @endphp @section('admin-content')
@csrf

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

{{ __('labels.logo') }}
{{ __('labels.favicon') }}
Upload a signature image to display on invoices.

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

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

{{--
--}} {{-- {{ __('labels.maximum_distance_to_nearest_store') }}--}} {{-- --}} {{--
--}}

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

{{--
--}} {{-- --}} {{--
--}}

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

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

{{--
--}} {{--
--}} {{--

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

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ __('labels.user_bonus_method') }}--}} {{-- --}} {{--
--}} {{--
--}} {{-- {{ __('labels.user_bonus') }}--}} {{-- --}} {{--
--}} {{--
--}} {{-- {{ __('labels.max_bonus_amount_user') }}--}} {{-- --}} {{--
--}} {{--
--}} {{-- {{ __('labels.referral_bonus_method') }}--}} {{-- --}} {{--
--}} {{--
--}} {{-- {{ __('labels.referral_bonus') }}--}} {{-- --}} {{--
--}} {{--
--}} {{-- {{ __('labels.max_bonus_amount_referral') }}--}} {{-- --}} {{--
--}} {{--
--}} {{-- {{ __('labels.minimum_order_amount_for_bonus') }}--}} {{-- --}} {{--
--}} {{--
--}} {{-- {{ __('labels.number_of_times_bonus_applicable') }}--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endsection