@component('mail::message')
# Payment Received for Your Escrow
Hello {{ $escrow->seller->name }},
We are pleased to inform you that a payment has been successfully received for your escrow **Escrow ID: {{$escrow->ad->title}}({{ $escrow->id }})**.
**Buyer Name**: {{ $escrow->buyer->name }}
**Amount**: {{ number_format($escrow->price, 2) }} KSh
Thank you for your patience and cooperation.
Best regards,
{{ config('app.name') }}
@endcomponent