@if(isset($notification_type) && $notification_type === 'error_alert')
System Error Alert
An error has occurred in the warehouse API system. Please see the details below:
Error Details:
Error Time: {{ $error_time ?? $redemption_date }}
Error Message: {{ $message }}
Please investigate and resolve this issue as soon as possible.
@else
Reward Redemption Notification
A reward has been redeemed and requires fulfillment. Please see the details below:
Redemption Details:
Customer Name: {{ $customer_name ?? '[Customer Full Name]' }}
Reward: {{ $reward_name ?? '[Reward Item Name]' }}
Shipping Address: {{ $shipping_address ?? '[Customer Shipping Address]' }}
Redemption Date: {{ $redemption_date ?? '[Date/Time]' }}
Please proceed with shipping the reward to the customer.
@endif
@if(isset($message) && $notification_type !== 'error_alert')
Additional Information:
{{ $message }}
@endif
This is an automated notification from the Skale Warehouse API Integration System.