@component('mail::message')
# Your Escrow Has Been Approved
Hello {{ $escrow->buyer->name }},
We are happy to inform you that your escrow for the transaction has been **approved**.
**Escrow Info**: {{$escrow->ad->title}}({{ $escrow->id }})
**Seller Name**: {{ $escrow->seller->name }}
**Amount**: {{ number_format($escrow->price, 2) }} KSh
You can view the details and track your escrow by clicking the button below:
@component('mail::button', ['url' => route('user.escrow.view', $escrow->id)])
View Escrow
@endcomponent
Thanks for using our platform! If you have any questions or need assistance, feel free to reach out to us.
Best regards,
{{ config('app.name') }}
@endcomponent