@extends('emails.layouts.master') @section('body')
{!! auto_p($greeting) !!} |
{!! auto_p($content) !!} |
{{ __('Verification code:') }} {{ data_get($user, 'verify_token.code') }} |
or{{ __('You can use the below link to verify your account.') }} {{__('Verify Email') }}{{ __('Note: The code or link will expire in 30 minutes and can only be used once.') }} |
{!! auto_p($global_footer) !!} |