@component('mail::message') @if ($data->status == 1) {{ $data->body }} @else

Survey Stopped From Admin Panel

@endif @component('mail::button', ['url' => '']) @if ($data->status == 1)

{{ $data->subject }}

@else

Your Survey has been stopped from the Admin Panel, Please make it live again for the Users to use or Make Survey Questionnaire Correction.

@endif @endcomponent Thanks,
{{ config('app.name') }} @endcomponent