اشحن ألعابك المفضلة بسرعة وأمان
أفضل الأسعار، أسرع شحن، دعم على مدار الساعة
كل ما تحتاجه في مكان واحد
خصم حتى30%
@extends('layouts.account', ['title' => 'لوحة التحكم | RaseedNow']) @section('account_content') @php $walletBalance = ($user->wallet?->balance_minor ?? 0) / 100; $totalOrders = $user->orders->count(); $completedOrders = $user->orders->where('fulfillment_status', 'completed')->count(); $points = (int) ($user->loyalty_points ?? 0); $displayName = $user->display_name ?: $user->name; $dashboardCurrencies = \App\Models\Currency::where('is_active', true)->orderByDesc('is_base')->orderBy('code')->get(); $dashboardCurrencyCode = session('store_currency', 'EGP'); $dashboardCurrency = $dashboardCurrencies->firstWhere('code', $dashboardCurrencyCode) ?: $dashboardCurrencies->first(); $dashboardCurrencyFlags = ['EGP' => 'eg.png', 'USD' => 'us.png', 'EUR' => 'eu.png', 'SAR' => 'sa.png', 'AED' => 'ae.png']; $mobileUnreadCount = $user->customerNotifications()->whereNull('read_at')->count(); $referralUrl = $user->referral_code ? route('register', ['ref' => $user->referral_code]) : route('register'); $fallbackImages = collect(['product-108.webp','product-109.webp','product-110.webp','product-111.webp','product-112.webp']); $statusLabels = [ 'completed' => 'تم التسليم', 'delivered' => 'تم التسليم', 'pending' => 'قيد التنفيذ', 'processing' => 'قيد التنفيذ', 'failed' => 'فشل الدفع', 'cancelled' => 'ملغي', 'refunded' => 'مسترد', 'paid' => 'مدفوع', ]; $statusTone = fn ($status) => match ($status) { 'completed', 'delivered', 'paid' => 'success', 'failed', 'cancelled' => 'danger', 'refunded' => 'warning', default => 'warning', }; $activities = collect() ->merge($recentOrders->map(fn ($order) => [ 'label' => 'طلب جديد '.$order->order_number, 'meta' => $order->created_at?->diffForHumans(), 'tone' => $statusTone($order->fulfillment_status), ])) ->merge($recentNotifications->map(fn ($notification) => [ 'label' => $notification->title, 'meta' => $notification->created_at?->diffForHumans(), 'tone' => $notification->read_at ? 'muted' : 'primary', ])) ->take(5); @endphp
{{ $dashboardCurrency?->symbol ?? 'ج.م' }}
جاهز لشحن رصيدك والاستمتاع بألعابك المفضلة
أفضل الأسعار، أسرع شحن، دعم على مدار الساعة
كل ما تحتاجه في مكان واحد
خصم حتىجاهز لشحن رصيدك والاستمتاع بألعابك المفضلة
جاهز لشحن رصيدك والاستمتاع بألعابك المفضلة
أفضل الأسعار، أسرع شحن، دعم على مدار الساعة كل ما تحتاجه في مكان واحد
اشحن الآن ϟ