@component('mail::message')
# Payment Received for Escrow
Dear Admin,
This is to notify you that a payment has been successfully received for **Escrow ID: {{$escrow->ad->title}}({{ $escrow->id }})**.
**Seller**: {{ $escrow->seller->name }}
**Buyer**: {{ $escrow->buyer->name }}
**Amount**: {{ number_format($escrow->amount, 2) }} KSh
Thanks for your attention to this matter.
Best regards,
{{ config('app.name') }}
@endcomponent