@extends('frontend.email.email-master') @section('content')

{{ __('Hi')}} {{ ucwords($details['name']) }},

{{ __('This is an e-mail from') }} {{ config('app.name') }}.

{{-- Content Start --}}

{{ __('Please click on the button to complete the email change verification process') }}.

@include('frontend.email.inc.button', [ 'url' => $details['url'], 'text' => 'Verify Your Email', ]) {{-- Content End --}}

{{ __("If you don't recognize this activity, please disable your account and") }} {{ __('Contact Us') }} {{ __('immediately') }}.

@endsection