@component('mail::message') # Escrow Created Dear {{ $escrow->seller->name }}, An escrow has been created for your ad **{{ $escrow->ad->title }}**. ### Details: - **Price:** {{ $escrow->price }} KSh - **Payment Strategy:** {{ $escrow->fee_pay_strategy }} - **Confirmation Due Date:** {{ date('d F Y', strtotime($escrow->confirmation_due_date)) }} - **Escrow fee will pay:** {{ $escrow->shipping_cost_carry }} @component('mail::button', ['url' => route('user.escrow.view', $escrow->id)]) View Escrow Details @endcomponent Thanks, {{ config('app.name') }} @endcomponent