@extends('emails.app')
@section('content')
Hi {{ $details['name'] }},
|
We're happy to welcome you at {{ env('APP_NAME') }}.
You can log in to your portal using the credentials below.
Email: {{ $details['username'] ?? ''}}
|
With warm regards,
{{ env('APP_NAME') }}
|
@endsection