@extends('frontend.email.email-master') @section('content')
{{__('Hi')}} {{ucwords($details['name']) }},
{{__('This is an e-mail from')}} {{ config('app.name') }}.
{{-- Content Start --}}{{__('Your 2FA has been successful reset')}}.
{{__('Please click on the button to login')}}.
@include('frontend.email.inc.button', ['url' => url('login'), 'text' => 'Login']) {{-- Content End --}}{{__("If you don't recognize this activity, please disable your account and")}} {{__('Contact Us')}} {{__('immediately')}}.
@endsection