@extends('mails/template') @section('header') @include('mails/partials/header') @endsection @section('title') Welcome {{ $user->full_name }} to Urban Canopee, @endsection @section('subtitle') Your account has been successfully created on our platform. / Votre compte a bien été créé sur notre plateforme. @endsection @section('content')
You can now log into your account by clicking the button below with the following credentials:
Email: {{ $user->email }}
Password: {{ $password }}
You can change your password once logged in.
Vous pouvez maintenant vous connecter à votre compte en cliquant sur le bouton ci-dessous avec les informations suivantes :
Email : {{ $user->email }}
Mot de passe : {{ $password }}
Vous pouvez changer votre mot de passe une fois connecté.
Thank you for your trust. / Merci de votre confiance.