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