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

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

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

Email: {{ $details['email'] }}

@if (isset($details['password']))

Password: {{ $details['password'] }}

@endif

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