@extends('emails.layouts.layout') @section('content')
| Hello {{$data['name']}}, |
| Welcome to {{ config('app.name') }}, |
| you have registered successfully in {{ config('app.name') }}. |
| Your Login details |
|
Email : {{$data['email']}} |
|
Password : {{$data['password']}} |
|
Login url: click here |
| The {{ config('app.name') }} Support Team |
| {{env('SUPPORT_EMAIL')}} |