@extends('admin.layouts.app') @section('title', \App\Helpers\TranslationHelper::translate('Active OTP and Sale Setting')) @section('crumb') @endsection @push('admin_css') @endpush @section('content')

{{ \App\Helpers\TranslationHelper::translate('System Settings') }}

{{-- ✅ Active OTP --}}
{{ \App\Helpers\TranslationHelper::translate('Active OTP and Sale Setting') }}
@csrf
{{-- ✅ Active Sell Stock --}}
{{ \App\Helpers\TranslationHelper::translate('Active Sell Stock Settings') }}
@csrf
@endsection @push('admin_js') @endpush