@component('mail::message') # Escrow Released by Admin 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:** {{ $escrow->shipping_cost_carry }} **Congratulations! The escrow has been successfully released.** 🎉 We are pleased to inform you that the escrow has been released for your ad. @component('mail::button', ['url' => route('user.escrow.view', $escrow->id)]) View Escrow Details @endcomponent Thanks,
{{ config('app.name') }} @endcomponent