@extends('layouts.app') @section('title', 'إعدادات الإشعارات') @section('content')

إعدادات الإشعارات

تفضيلات الإشعارات
@if(session('success')) @endif
@csrf @method('POST')
الإشعارات عبر البريد الإلكتروني
email_enabled ?? false) ? 'checked' : '' }}>
الإشعارات عبر واتساب
whatsapp_enabled ?? false) ? 'checked' : '' }}>
الإشعارات عبر تيليجرام
telegram_enabled ?? false) ? 'checked' : '' }}>
أنواع الإشعارات

حدد أنواع الإشعارات التي ترغب في تلقيها.

notification_types ?? [])) ? 'checked' : '' }}>
notification_types ?? [])) ? 'checked' : '' }}>
notification_types ?? [])) ? 'checked' : '' }}>
notification_types ?? [])) ? 'checked' : '' }}>
إلغاء
@endsection