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