@if($condition == \App\Enums\FinancialAlertNotificationConditionEnum::WEEKLY_SUMMARY)
Here is your weekly summary of unhandled low margin or loss alerts.
Past Week Alert Summary:
@else
Here is your daily summary of unhandled low margin or loss alerts.
Today’s New Alert Summary:
@endif
Total Alerts: {{ number_format($data->new_alert_count) }}
Loss Alerts: {{ number_format($data->new_loss_count) }}
Low Margin Alerts: {{ number_format($data->new_loss_margin_count) }}
Orders Affected: {{ number_format($data->new_order_count) }}
Total Alert Summary:
Total Alerts: {{ number_format($data->total_alert_count) }}
Loss Alerts: {{ number_format($data->total_loss_count) }}
Low Margin Alerts: {{ number_format($data->total_loss_margin_count) }}
Orders Affected: {{ number_format($data->total_order_count) }}
You can view the full details of all alerts in our system by clicking here.