تسوق
    @if (Auth::user()->admin == 1)
  • اعضاء جدد {{ $newUsersCount }}
      @if ($newUsersCount > 0) @foreach (Auth::user()->unreadNotifications as $notification) @if ($notification->type == 'App\Notifications\NewUser')
    • {{ $notification->data['user']['name'] }} - {{ $notification->data['user']['email'] }}
    • @endif @endforeach @else
    • لا توجد اشعارات
    • @endif
  • منتجات جديدة {{ $newProductsCount }}
      @if ($newProductsCount > 0) @foreach (Auth::user()->unreadNotifications as $notification) @if ($notification->type == 'App\Notifications\NewProduct')
    • {{ $notification->data['product']['title'] }}
    • @endif @endforeach @else
    • لا توجد اشعارات
    • @endif
  • تعليقات جديدة {{ $newCommentsCount }}
      @if ($newCommentsCount > 0) @foreach (Auth::user()->unreadNotifications as $notification) @if ($notification->type == 'App\Notifications\ReplyToProduct')
    • علق {{ $notification->data['comment']['user']['name'] }} على هذا المنشور
    • @endif @endforeach @else
    • لا توجد اشعارات
    • @endif
  • عروض جديدة {{ $newOffersCount }}
      @if ($newOffersCount > 0) @foreach (Auth::user()->unreadNotifications as $notification) @if ($notification->type == 'App\Notifications\OfferToProduct')
    • قام {{ $notification->data['offer']['user']['name'] }} بتقديم عرض على هذا الاعلان
    • @endif @endforeach @else
    • لا توجد اشعارات
    • @endif
  • رسائل جديدة {{ $newContactCount }}
      @if ($newContactCount > 0) @foreach (Auth::user()->unreadNotifications as $notification) @if ($notification->type == 'App\Notifications\NewContact')
    • {{ $notification->data['contact']['email'] }}
    • @endif @endforeach @else
    • لا توجد اشعارات
    • @endif
  • @endif
  • {{ Auth::user()->name }}
    • تسجيل الخروج
      {{ csrf_field() }}
  • لوحة التحكم
  • زيارة الموقع
  • @if (Session::has('products'))
  • المنتجات
    • كل المنتجات
    • اضافة منتج جديد
    • منتجات بانتظار التفعيل
    • تمييز المنتجات
    • اعادة نشر المنتجات
  • السيارات
    • الأنواع
    • الفئات
    • سنوات الصنع
    • الألوان
  • @endif @if (Session::has('users'))
  • الأعضاء
    • كل الأعضاء
    • اضافة عضو جديد
    • المتاجر
    • اعضاء بانتظار الترقية
  • @endif @if (Session::has('categories'))
  • التصنيفات
    • كل التصنيفات
    • اضافة تصنيف جديد
  • @endif @if (Session::has('subcategories'))
  • التصنيفات الفرعية
    • كل التصنيفات الفرعية
    • اضافة تصنيف فرعي جديد
  • @endif @if (Session::has('comments'))
  • التعليقات
    • كل التعليقات
    • اضافة تعليق جديد
  • @endif @if (Session::has('offers'))
  • العروض
  • @endif @if (Session::has('countries'))
  • المناطق
    • كل المحافظات
    • اضافة محافظة جديدة
    • الولايات
    • اضافة ولاية جديدة
  • @endif @if (Session::has('pages'))
  • الصفحات
    • كل الصفحات
    • اضافة صفحة جديدة
  • @endif @if (Session::has('moderators'))
  • المشرفين
    • جميع المشرفين
    • اضافة مشرف جديد
  • @endif @if (Session::has('contact'))
  • رسائل الزوار
  • @endif @if (Session::has('options'))
  • اعدادات الموقع
  • @endif @if (Auth::user()->admin == 1 )
  • حسابات البنوك
    • جميع الحسابات
    • اضافة حساب جديد
  • @endif @if (Auth::user()->admin !== 1 )
  • تسجيل الخروج
    {{ csrf_field() }}
  • @endif