{{-- resources/views/admin/notifications/settings.blade.php --}} @extends('admin.layouts.app') @section('title', __('Notification Settings')) @section('breadcrumb') @endsection @section('page-header')

{{ __('Notification Settings') }}

{{ __('Configure your notification preferences and system alerts') }}

@endsection @section('content')
{{-- General Settings --}}
{{ __('General Settings') }}
{{-- Notification Types --}}
{{ __('Notification Types') }}

{{ __('Choose which types of notifications you want to receive') }}

{{-- Order Notifications --}}
{{ __('Order Notifications') }}
{{ __('New orders, cancellations, payments') }}
{{-- Stock Notifications --}}
{{ __('Stock Notifications') }}
{{ __('Low stock, out of stock alerts') }}
{{-- User Notifications --}}
{{ __('User Notifications') }}
{{ __('New registrations, reviews') }}
{{-- System Notifications --}}
{{ __('System Notifications') }}
{{ __('Security, errors, maintenance') }}
{{-- Email Notifications --}}
{{ __('Email Notifications') }}

{{ __('Configure email notifications for important events') }}

{{-- Browser Notifications --}}
{{ __('Browser Notifications') }}
{{ __('Browser notifications require permission and work only when you have the admin panel open in your browser.') }}
{{-- Test Notifications --}}
{{ __('Test Notifications') }}

{{ __('Test your notification settings') }}

@endsection @push('styles') @endpush @push('scripts') @endpush