@extends('frontend.email.email-template') @section('content')
Hi {{ucfirst($details['name']) }},
This is an e-mail from {{ config('app.name') }}.
{{__('Please click on the button to complete the email')}}
{{__('change verification process')}}
{{__('If the button above does not work, paste this link into your browser:') }}
{{ route('change-email',[base64_encode($details['id']),base64_encode($details['email'])]) }}
Don`t recognize this activity ? Please contact Customer Support immediately.
{{__('if you not made this request no further action will be required.')}}
@endsection