{{ config('app.name', 'Laravel') }} Logo

Hello {{ $name ?? '' }}!

{!! $body ?? '' !!}

@if (!empty($url))
{{ $button ?? 'Click Here' }}
@endif

{!! $subbody ?? '' !!}

Regards,
{{ config('app.name', 'Laravel') }}

{{ $info ?? 'If you don\'t aware of the email, please contact us immediately.' }}

© {{ date('Y') }} {{ config('app.name', 'Laravel') }}. All rights reserved.