@extends('layouts.app') @section('title', 'Dashboard - PreOrder') @section('content')
Shipping Fee Required!
You have {{ $shippingPaymentOrders->count() }} shipment(s) that have arrived in Nigeria. Please pay shipping fee of ₦{{ number_format($shippingPaymentTotal, 2) }} to proceed with delivery.
Here's what's happening with your account
Active Pairings
{{ $activePairings->count() }}
Total Orders
{{ $orders->count() }}
Pending Payments
{{ $orders->where('payment_status', 'pending')->count() }}
Notifications
{{ Auth::user()->unreadNotifications->count() }}
Total Pending Payments
₦{{ number_format($totalPending, 0) }}
{{ $pairing->product->name }}
{{ $pairing->quantity }} × ₦{{ number_format($pairing->unit_price, 0) }}
₦{{ number_format($pairing->total_price, 0) }}
ActiveNo pending payments
{{ $pairing->product->name }}
{{ $pairing->quantity }} × ₦{{ number_format($pairing->unit_price, 0) }}
₦{{ number_format($order->total, 0) }}
Pay Now{{ $order->order_number }}
{{ $order->items->count() }} items
₦{{ number_format($order->total - $order->paid_amount, 0) }}
Pay NowNo orders yet
{{ $order->order_number }}
{{ $order->items->count() }} items
₦{{ number_format($order->total, 0) }}
{{ ucfirst($order->payment_status) }}{{ $notification->title }}
{{ $notification->message }}
{{ $notification->created_at->diffForHumans() }}