@component('mail::message') # Stripe dispute filed Hi {{ $user->name }}, A payment dispute has been filed on **Purchase #{{ strtoupper(substr($purchase->id, 0, 4)) }}**. - Total: ${{ number_format($purchase->total / 100, 2) }} - Buyer ID: {{ $purchase->buyer_id }} - All pending seller transfers for this purchase are on hold. Please review in the Stripe dashboard and resolve via the admin console once Layer 8 ships. @component('mail::button', ['url' => $ctaUrl]) Review Dispute @endcomponent Thanks,
Alqove @endcomponent