@component('mail::message') ![banner]({{asset('/img/email-header.png')}}) Hey {{$participation->user->first_name}}, {!! nl2br($audienceEmail->body) !!} @component('mail::button', ['url' => $participation->audience->frontend_url]) {{$audienceEmail->button_text}} @endcomponent {!! nl2br($audienceEmail->closing_text) !!} @component('mail::panel') @component('mail::table') | | | | |:-------------:|:-------------:|:-------------:| | ![reward]({{asset('/img/email-reward.png')}}) | ![length]({{asset('/img/email-clock.png')}}) | ![balance]({{asset('/img/email-balance.png')}}) | | **Reward** | **Length** | **Balance** | | $@toDollars($audience->estimated_cost_per_complete) | {{$audience->length_of_interview}} mins | $@toDollars($user->balance) | @endcomponent @endcomponent Thanks,
{{ config('app.name') }} @endcomponent