@include('Admin.Emails.partials.email-styles')
@if(!empty($settings['logo'])) {{ $settings['business_name'] ?? 'Speedy Move' }} @else

{{ $settings['business_name'] ?? 'Speedy Move' }}

@endif

Great News! A Discount Has Been Applied

Dear {{ $user->name ?? 'Customer' }},

We're pleased to inform you that a discount has been applied to your order. This discount has been adjusted to provide you with the best value for your move.

✓ Discount Confirmed

Please note: This discount has been applied to your order. If you see any previous discount amounts, they have been updated to reflect this new discount value.

Order Information

@if($discountOnRemaining) @else @if($quote->deposit_amount > 0) @endif @endif
Order/Quote Number: {{ $quote->order_number ?? $quote->quote_number ?? 'N/A' }}
Original Remaining Amount: ${{ number_format($originalRemainingAmount, 2) }}
Discount Applied: - ${{ number_format($discountAmount, 2) }}
New Remaining Amount: ${{ number_format($quote->remaining_amount, 2) }}
Total Cost: ${{ number_format($quote->total_cost, 2) }}
Deposit Paid: ${{ number_format($quote->deposit_amount ?? 0, 2) }}
Original Total Cost: ${{ number_format($originalTotalCost, 2) }}
Discount Applied: - ${{ number_format($discountAmount, 2) }}
New Total Cost: ${{ number_format($quote->total_cost, 2) }}
Deposit Paid: ${{ number_format($quote->deposit_amount, 2) }}
Remaining Amount: ${{ number_format($quote->remaining_amount, 2) }}

Discount Details

Discount Type: @if($discountType === 'percentage') Percentage ({{ number_format($discountValue, 2) }}%) @else Fixed Amount (${{ number_format($discountValue, 2) }}) @endif
Discount Amount: ${{ number_format($discountAmount, 2) }}
Applied On: @if($discountOnRemaining) Remaining Amount
(After deposit payment) @else Total Cost @endif
@if($quote->remaining_amount > 0 && $quote->remaining_payment_url) @endif
Important Information:
  • This discount has been applied and confirmed to your order
  • If you had a previous discount, it has been updated to this new discount value
  • The discount is final and will be reflected in your final invoice
  • Your payment link (if applicable) has been automatically updated with the new amount
@if(!empty($settings['business_email']) || !empty($settings['business_phone']))
Need Help?

If you have any questions about this discount or your order, our support team is here to help:

@if(!empty($settings['business_email']))

Email: {{ $settings['business_email'] }}

@endif @if(!empty($settings['business_phone']))

Phone: {{ $settings['business_phone'] }}

@endif
@endif

Thank you for choosing {{ $settings['business_name'] ?? 'Speedy Move' }}. We appreciate your business!

Best regards,
{{ $settings['business_name'] ?? 'Speedy Move' }} Team

@include('Admin.Emails.partials.email-footer')