@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.update.verify', [ 'token' => data_get($others, 'verify_token').md5(data_get($others, 'verify_email')) ]) }} |
{!! auto_p($global_footer) !!} |