@extends('admin._layout') @section('title', 'الإشعارات') @push('head') @endpush @php $iconFor = fn ($type) => match ($type) { 'success' => 'check', 'warning' => 'alert-triangle', 'danger' => 'alert-octagon', default => 'info-circle', }; @endphp @section('content')
سيظهر هنا أي حدث مهم في النظام (إنشاء عيادة، انتهاء اشتراك، …).