@extends('emails.layouts.master') @section('body') @if(data_get($template, 'params.regards') == "on") @endif
{{ $greeting }}
{!! auto_p($content) !!}

{{ __('This link will expire in 30 minutes and can only be used once.') }}

act_session.'/'.$user->act_code) }}" style="background-color:#6576ff;border-radius:4px;color:#ffffff;display:inline-block;font-size:13px;font-weight:600;line-height:44px;text-align:center;text-decoration:none;text-transform: uppercase; padding: 0 30px">{{ __('Verify Email') }}

or

{{ __('If the button above does not work, paste this link into your web browser:') }}

{{ secure_url("/activate/".$user->act_session.'/'.$user->act_code) }}
{!! auto_p($global_footer) !!}
@endsection