@extends('layouts.nursery') @section('title', 'إعدادات الحضانة') @section('content') @php $settingsTabs = [ [ 'key' => 'branding', 'label' => 'الهوية البصرية', 'desc' => 'الشعار واللوجو', 'icon' => 'photo', ], [ 'key' => 'account', 'label' => 'إعدادات الحساب', 'desc' => 'بيانات الحضانة والمدير', 'icon' => 'building', ], [ 'key' => 'plans', 'label' => 'خطط الاشتراك', 'desc' => 'أسعار وضريبة', 'icon' => 'card', ], [ 'key' => 'shifts', 'label' => 'إدارة المناوبات', 'desc' => 'أوقات العمل', 'icon' => 'clock', ], [ 'key' => 'features', 'label' => 'مزايا الحضانة', 'desc' => 'بوابة وواتساب', 'icon' => 'sparkles', ], ]; @endphp