@component('mail::message')
# Hello {{ $card->name }},
We are pleased to inform you that your profile has been created and awaits approval!
You can now edit your profile using this link:
{{$card->url}}
You can also click the following button
@component('mail::button', ['url' => $card->url])
Edit your profile
@endcomponent
The link only serves the purpose to edit your profile and anyone with the link can edit. Be mindfull before sharing.
You will be informed when your profile is approved.
We hope you may have a wonderfull experience,
The {{ config('app.name') }} team
@endcomponent