import React from 'react';
import { Link } from 'react-router-dom';
import { SettingsLayout } from './components/SettingsLayout';
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card';
import { Button } from '@/components/ui/button';
import { __ } from '@/lib/i18n';
import { Bell, Users, ChevronRight, Activity, Settings } from 'lucide-react';
export default function NotificationsSettings() {
return (
{__('Configure notifications for different user types')}
{__('Get notified about orders, low stock, new customers, and more. Configure email and push notifications for your team.')}
{__('Manage order confirmations, shipping updates, account emails, and marketing messages sent to your customers.')}
{__('Configure notification delivery methods and settings')}
{__('Configure email, push notifications, WhatsApp, Telegram, and other notification channels. Set templates and connection settings.')}
{__('Track all notification activities, view delivery status, and monitor system events.')}