System Clear
    • English
  • Visit Website
  • Slack

  • @php $notifications = DB::table('notifications')->whereIn('type', ['admin','global'])->latest()->take(10)->get(); $count = count($notifications); @endphp
  • {{ count($notifications) }}

    Notifications

    {{--

    0 New

    --}}
    @foreach ($notifications as $notification)
    {{ $notification->title }} {{ \Carbon\Carbon::parse($notification->created_at)->diffForHumans() }}

    {{ $notification->message }}

    @endforeach
    View All Notifications
  • 8

    My Cart

    10 Items

    product image
    Men White T-Shirt

    1 X $29.00

    $250

    Total
    $489.00

Admin User

  • Profile
  • Logout
    @csrf