@extends('emails.layouts.layout') @section('content')
| Hello {{$name}}, |
| Welcome to {{ config('app.name') }}, Check below credentials for access your account. |
| Login URL: {{ env('APP_URL','http://127.0.0.1') }} |
| Email: {{ $email }} |
| You can always contact us and if we don’t respond immediately we’ll be back to you within 24 hours. |
| The {{ config('app.name') }} Support Team |
| {{env('SUPPORT_EMAIL')}} |