| {{ __('Invoice') }} | {{ __('Amount') }} | {{ __('Date') }} |
|---|---|---|
| {{ $sale->invoice_number }} | ${{ number_format($sale->total, 2) }} | {{ $sale->created_at->diffForHumans() }} |
| {{ __('Product') }} | {{ __('On Hand') }} | {{ __('Alert') }} |
|---|---|---|
| {{ App::getLocale() == 'ar' ? ($product->name_ar ?: $product->name_en) : $product->name_en }} | {{ $product->quantity }} | {{ $product->stock_alert_quantity }} |