@include('Admin.Emails.partials.email-styles')
Dear Admin,
@if(isset($isRemainingPayment) && $isRemainingPayment)The remaining amount payment has been received and successfully processed. The order is now fully paid. Please review the updated order details below.
@if(isset($isBankTransfer) && $isBankTransfer && $paymentStatus === 'succeeded')
Bank Transfer - Remaining Amount Approved
The remaining payment has been approved by admin. The customer has been notified.
A new order has been received and payment has been successfully processed. Please review the order details below.
@if(isset($isBankTransfer) && $isBankTransfer && $paymentStatus === 'succeeded' && $paymentType === 'deposit')
Bank Transfer - Deposit Approved
The deposit payment has been submitted successfully.
| Customer Name: | {{ $user->name ?? 'N/A' }} |
| Email: | {{ $user->email }} |
| Phone: | {{ $user->phone }} |
| Total Amount: | ${{ number_format($quote->total_cost, 2) }} |
| {{ $depositLabel }} | ${{ number_format($quote->deposit_amount ?? 0, 2) }} |
| Remaining Amount: | ${{ number_format($quote->remaining_amount ?? 0, 2) }} |
| Remaining Payment Status: | {{ ucfirst($quote->remaining_payment_status ?? 'pending') }} |
| Full Payment: | ${{ number_format($quote->deposit_amount ?? $quote->total_cost, 2) }} |
| Remaining Amount: | $0.00 |
| Remaining Payment Status: | Succeeded |
| Total Cubic Meters: | {{ number_format($quote->total_cubic_meters, 2) }} m³ |
| Number of Movers: | {{ $quote->number_of_movers }} |
This link has been sent to the customer. They can use it to complete the remaining payment.
Best regards,
{{ $settings['business_name'] ?? 'Speedy Move' }} System