@if ($logo = config('mail.logo')) @else

{{ config('app.name') }}

@endif

Low Stock Alert: {{ $ingredient->getTranslation('name', 'en') }}

The stock level for {{ $ingredient->getTranslation('name', 'en') }} is below 50%.

Current Stock: {{ $ingredient->current_stock }}{{ $ingredient->unit }}

Initial Stock: {{ $ingredient->initial_stock }}{{ $ingredient->unit }}

Percentage Remaining: {{ round(($ingredient->current_stock / $ingredient->initial_stock) * 100, 2) }}%

Please order more stock as soon as possible to avoid running out.