{{ __('Some warehouse items are low in stock.') }} {{ __('Please click the link below to review') }}
{{ __choice('x items are low in stock.', ['x' => $data->alert]) }}
{{ __choice('x items are low in stock.', ['x' => $warehouse->alert]) }}