@component('mail::message') # Escrow Approved Hello Admin, The escrow for the transaction has been approved. **Escrow Info**: {{$escrow->ad->title}}({{ $escrow->id }})
**Seller Name**: {{ $escrow->seller->name }}
**Buyer Name**: {{ $escrow->buyer->name }} You can view the full details by clicking the button below. @component('mail::button', ['url' => route('admin.escrow.view', $escrow->id)]) View Escrow @endcomponent Thanks,
{{ config('app.name') }} @endcomponent