@component('mail::message') # New Escrow Created A new escrow has been created with the following details: ### Details: - **Ad Title:** {{ $escrow->ad->title }} - **Seller:** {{ $escrow->seller->name }} - **Participant:** {{ $escrow->buyer->name }} - **Price:** {{ $escrow->price }} KSh - **Confirmation Due Date:** {{ date('d F Y', strtotime($escrow->confirmation_due_date)) }} @component('mail::button', ['url' => route('admin.escrow.view', $escrow->id)]) View Escrow Details @endcomponent Thanks, {{ config('app.name') }} @endcomponent