@extends('layouts.email') @section('content')

User Registration

Hi {{$name}},


You have registered into the system. Please use the following credentials to login.

URL: {{url('/')}}

Username: {{$username}}

Password: {{$password}}

@endsection