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

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

@endif

@if($action === 'approve') @if($paymentType === 'deposit') Deposit Payment Approved @else Remaining Amount Payment Approved @endif @else @if($paymentType === 'deposit') Deposit Payment Rejected @else Remaining Amount Payment Rejected @endif @endif

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

@if($action === 'approve') @if($paymentType === 'deposit')

Great news! Your deposit payment has been reviewed and approved by our team.

@else

Excellent! Your remaining amount payment has been reviewed and approved by our team. Your order is now fully paid.

@endif @else @if($paymentType === 'deposit')

We regret to inform you that your deposit payment has been reviewed and could not be approved at this time.

@else

We regret to inform you that your remaining amount payment has been reviewed and could not be approved at this time.

@endif @endif @if($action === 'approve')

✓ @if($paymentType === 'deposit') Deposit Approved @else Remaining Amount Approved @endif

@if($paymentType === 'deposit') Your deposit payment of ${{ number_format($quote->deposit_amount ?? 0, 2) }} has been successfully reviewed and approved by {{ $settings['business_name'] ?? 'Speedy Move' }}. Thank you for your payment! @else Your remaining amount payment of ${{ number_format($originalRemainingAmount ?? $quote->remaining_amount ?? 0, 2) }} has been successfully reviewed and approved by {{ $settings['business_name'] ?? 'Speedy Move' }}. Your order is now fully paid. Thank you! @endif

@else

✗ @if($paymentType === 'deposit') Deposit Rejected @else Remaining Amount Rejected @endif

@if($paymentType === 'deposit') Your deposit payment of ${{ number_format($quote->deposit_amount ?? 0, 2) }} has been reviewed and rejected by {{ $settings['business_name'] ?? 'Speedy Move' }}. Please review the details below and contact us if you have any questions. @else Your remaining amount payment of ${{ number_format($originalRemainingAmount ?? $quote->remaining_amount ?? 0, 2) }} has been reviewed and rejected by {{ $settings['business_name'] ?? 'Speedy Move' }}. Please review the details below and contact us if you have any questions. @endif

@endif

Order Information

@if($paymentType === 'deposit') @else @endif
Order/Quote Number: {{ $quote->order_number ?? $quote->quote_number ?? 'N/A' }}
Total Amount: ${{ number_format($quote->total_cost, 2) }}
Deposit Amount: @if($action === 'approve') ${{ number_format($quote->deposit_amount ?? 0, 2) }} @else ${{ number_format($quote->deposit_amount ?? 0, 2) }} @endif
Remaining Amount: ${{ number_format($quote->remaining_amount ?? 0, 2) }}
Deposit Paid: ${{ number_format($quote->deposit_amount ?? 0, 2) }}
Remaining Amount: @if($action === 'approve') ${{ number_format($originalRemainingAmount ?? $quote->remaining_amount ?? 0, 2) }} (Approved) @else ${{ number_format($quote->remaining_amount ?? 0, 2) }} (Rejected) @endif
Payment Method: Bank Transfer
Payment Status: @if($action === 'approve') ✓ Approved @else ✗ Rejected @endif
@if($action === 'approve') @if($paymentType === 'deposit' && !empty($quote->remaining_amount) && $quote->remaining_amount > 0)

Remaining Payment

Your deposit has been approved. To complete your order, please pay the remaining amount of ${{ number_format($quote->remaining_amount, 2) }}.

@if(!empty($quote->remaining_payment_url))

Pay Remaining Amount (${{ number_format($quote->remaining_amount, 2) }})

Or copy and paste this link into your browser:
{{ $quote->remaining_payment_url }}

@endif
@endif
Important Information:
    @if($paymentType === 'deposit')
  • Your deposit payment has been confirmed and approved
  • @if(!empty($quote->remaining_amount) && $quote->remaining_amount > 0)
  • Please complete the remaining payment before your scheduled move date
  • @endif @else
  • Your remaining amount payment has been confirmed and approved
  • Your order is now fully paid and confirmed
  • @endif
  • Our team will contact you shortly to confirm your move date and time
  • If you have any questions, feel free to contact us
@else

What to Do Next

    @if($paymentType === 'deposit')
  • Please review your payment proof to ensure it matches the deposit amount
  • @else
  • Please review your payment proof to ensure it matches the remaining amount
  • @endif
  • Contact our support team if you believe this is an error
  • You may need to resubmit your payment proof with correct information
  • Our team is ready to assist you in resolving this matter
Important Information:
    @if($paymentType === 'deposit')
  • Your deposit payment has been rejected and will need to be resubmitted
  • Your order is on hold until the deposit payment is approved
  • @else
  • Your remaining amount payment has been rejected and will need to be resubmitted
  • Please complete the remaining payment to finalize your order
  • @endif
  • Please contact us as soon as possible to resolve this issue
  • We are here to help you complete your payment successfully
@endif @if(!empty($settings['business_email']) || !empty($settings['business_phone']))
Need Help?

If you have any questions or need assistance, 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

@if($action === 'approve') Thank you for choosing {{ $settings['business_name'] ?? 'Speedy Move' }}. We look forward to serving you! @else We apologize for any inconvenience. Please contact us so we can help you resolve this matter and proceed with your order. @endif

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

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