@extends('frontend.email.email-template') @section('content')
Hi {{ ucfirst($details['name']) }},
@php $now = basicEncrypt(Carbon\Carbon::now()->toDateTimeString()); @endphpThis is an e-mail from {{ config('app.name') }}.
{{ __('Please click below button to update your email address') }}
{{ __('Please click here to change email') }}
{{ __('If the button above does not work, paste this link into your browser:') }}
{{ route('changeEmail', [basicEncrypt($details['id']), basicEncrypt($details['email']),$now]) }}
Don`t recognize this activity ? Please contact Customer support immediately.
{{ __('if you not made this request no further action will be required.') }}
@endsection