@include('emails.header')
Hello {{ ucwords($data['customer']->name) }},
We’ve just added an incredible new competition where you can win {{ $data['contest']->qty }} x {{ config('app.currency_symbol') }}{{ $data['contest']->price }} CASH Instant Wins! And don’t miss the {{ config('app.currency_symbol') }}{{ $data['contest']->winning_amount }} END PRIZE in our {{ $data['contest']->title }} competition!
**Check Out Our Other Competitions:**
GRAB A GRAND: Win a {{ config('app.currency_symbol') }}{{ $data['contest']->winning_amount }} END PRIZE
@include('emails.components.contests')