@extends('emails.layout') @section('title', 'Payment Received') @section('header_subtitle', 'Finance Notification') @section('content')
A payment has been received from a customer and requires your attention.
{{-- Amount highlight --}}Payment Amount
${{ number_format($payment->amount, 2) }}
Ref: {{ $payment->payment_reference }}
Customer
| Name | {{ $customer->name }} |
| {{ $customer->email }} | |
| Phone | {{ $customer->phone }} |
Payment Details
| Reference | {{ $payment->payment_reference }} |
| Method | {{ ucfirst(str_replace('_', ' ', $payment->payment_method)) }} |
| Amount | ${{ number_format($payment->amount, 2) }} |
| Date | {{ $payment->created_at->format('d M Y, g:i A') }} |
| Invoice # | {{ $invoice->invoice_number }} |
| Status | {{ ucfirst($payment->status) }} |
| Pesepay Ref | {{ $payment->pesepay_reference }} |
⚠️ Bank Transfer — Verification Required
Please verify the proof of payment and approve in the system.
✓ Pesepay — Auto-Verified. This payment has been automatically verified.