@if(isset($data['type']))
{!! $data['body'] !!}
@else
Hello {{ $data['name'] }},
Thank you for being a part of {{ $data['title'] }}.
Use the following verification code to complete your registration:
{{ $data['code'] }}
If you didn’t request this, please ignore this email.
@endif
Best regards,
Team {{ $data['title'] }}