@component('mail::message')
# Your Escrow Has Been Canceled
Hello {{ $escrow->buyer->name }},
We regret to inform you that your escrow for the transaction with **Escrow ID: {{$escrow->ad->title}}({{ $escrow->id }})** has been **canceled**.
**Seller Name**: {{ $escrow->seller->name }}
**Amount**: {{ number_format($escrow->price, 2) }} KSh
If you have any questions or need further assistance, please feel free to contact us.
Best regards,
{{ config('app.name') }}
@endcomponent