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

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

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

{{__('Your account create successfully')}}.

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

{{__('This is an automated message, please do not reply')}}.

{{ __('Team') }},

{{ config('app.name') }}

@endsection