@component('mail::message')
# Product Received for Escrow
Dear Admin,
This is to notify you that the product for **Escrow ID: {{$escrow->ad->title}}({{ $escrow->id }})** has been received successfully.
**Seller**: {{ $escrow->seller->name }}
**Buyer**: {{ $escrow->buyer->name }}
**Product**: {{ $escrow->ad->title }}
Please review the details of the transaction.
Thanks for your attention to this matter.
Best regards,
{{ config('app.name') }}
@endcomponent