@extends('admin.layouts.app') @section('title', __('Settings')) @section('breadcrumb') @endsection @section('page-header')

{{ __('Settings') }}

@endsection @section('content')
{{ __('System Settings') }}

{{ __('Settings Panel Coming Soon!') }}

{{ __('This section will allow you to configure various aspects of your eCommerce store including general settings, email configurations, payment methods, and more.') }}

{{ __('General Settings') }}
{{ __('Store name, logo, contact info') }}
{{ __('Email Settings') }}
{{ __('SMTP configuration, templates') }}
{{ __('Payment Settings') }}
{{ __('Payment gateways, currencies') }}
{{ __('Shipping Settings') }}
{{ __('Shipping methods, rates') }}
@endsection