@component('mail::message')
# Your Product Has Been Shipped
Hello {{ $escrow->buyer->name }},
We are pleased to inform you that the product for your escrow **Escrow ID: {{$escrow->ad->title}}({{ $escrow->id }})** has been shipped.
**Seller**: {{ $escrow->seller->name }}
**Product**: {{ $escrow->ad->title }}
Thank you for your purchase.
Best regards,
{{ config('app.name') }}
@endcomponent