@component('mail::message')
Message:
{{$message}}
Response:
@if ($response == 'Approved')
{{$response}}
@elseif($response == 'Canceled')
{{$response}}
@endif
Thanks,
{{ config('app.name') }} @endcomponent