subject = "Low stock alert for {{ $stock_name }}"
==
Low stock alert for {{ $stock_name }}
Location: {{ $location_name }}
Stock Level: {{ $quantity }}
Minimum Stock Level: {{ $low_stock_threshold }}
==
## Low stock alert for {{ $stock_name }}
**Location:** {{ $location_name }}
**Stock Level:** {{ $quantity }}
**Minimum Stock Level:** {{ $low_stock_threshold }}