@extends('emails.layout') @section('title', 'Welcome to Jurislocator') @section('header-title', 'Welcome to JurisLocator') @section('content')

Dear {{ $user_name }},

Your account has been successfully activated. You now have full access to the JurisLocator platform.

Account Details

@if(isset($license_number)) @endif
Name: {{ $user_name }}
Email: {{ $user_email }}
Account Type: {{ $user_type }}
License Number: {{ $license_number }}
Login to Your Account

If you have any questions, please contact our support team at support@jurislocator.ca

@endsection