مجموعة الخبراء للاستشارات
تسجيل الدخول إلى حسابك
أدخل بيانات الاعتماد للمتابعة.
البريد الإلكتروني
*
كلمة المرور
*
تذكّرني
هل نسيت كلمة المرور؟
تسجيل الدخول
جارٍ تسجيل الدخول…
$this->dispatch('toast', tone: 'success', message: __('invoices.saved')); $dispatch('toast', { tone: 'warning', message: '…', title: '…' }) Payload: { tone: success|info|warning|critical, message, title?, timeout? }. Auto-dismiss after 5s (paused on hover); `critical` persists until dismissed. Anchored inline-end / block-start so it flips correctly in RTL. role=status for polite tones, role=alert for critical. --}}