No notifications
{{ $item->item_name }}
Stock:
{{ $item->item_quantity }}
/
Minimum:
{{ $item->minimum_stock }}
Order #{{ $order->order_id }}
Amount:
Rs.
{{ number_format($order->total_amount, 2) }}
Payment #{{ $payment->payment_id }}
Amount:
Rs.
{{ number_format($payment->amount_paid, 2) }}