{{-- Edit copy here. Sent when remaining product falls to the configured threshold after a top-up or client update. --}} @if (isset($message) && is_file(config('oah.mail_logo_path')))

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

@endif # Package product running low Hello {{ $clientName }}, @if (count($products) === 1) The following product on your partnership package has the following allowance remaining: @else The following products on your partnership package has the following allowance remaining: @endif | Product | Assigned | Used | Remaining | |:--------|:---------:|:----:|:---------:| @foreach ($products as $product) | {{ $product['name'] }} | {{ $product['quantity'] }} | {{ $product['used'] }} | {{ $product['remaining'] }} | @endforeach To top up your product, please click the button on your client dashboard. You can also sign in here: {{ $loginUrl }} If you have any questions about your package, please contact your OAH administrator. Thanks,