@extends('emails.layouts.master') @section('body')
{{ $greeting }} |
{!! auto_p($content) !!} |
{{ __('This link will expire in 30 minutes and can only be used once.') }} {{ __('Verify Email') }} |
or{{ __('If the button above does not work, paste this link into your web browser:') }} {{ route('auth.email.verify', [ 'token' => data_get($user, 'verify_token.token').md5($user->email) ]) }} |
{!! auto_p($global_footer) !!} |