@component('mail::message')
# Your Product Has Been Received
Hello {{ $escrow->seller->name }},
We are pleased to inform you that the product for **Escrow ID: {{$escrow->ad->title}}({{ $escrow->id }})** has been received successfully by the buyer.
**Buyer**: {{ $escrow->buyer->name }}
**Product**: {{ $escrow->ad->title }}
Thank you for completing this transaction.
Best regards,
{{ config('app.name') }}
@endcomponent