@component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url')])
@endcomponent
@endslot
@php
$styleCss = 'style';
@endphp
{{-- Body --}}
Your account has been successfully created on {{ getAppName() }}
You are invited by {{ $admin }}
Your email address is {{ $email }}
@if($clientExists)Your account password is {{ $password }}
@endifIn {{ getAppName() }}, you can manage all of your invoices.
Thank for joining and have a great day!