@extends('emails.layout') @section('title', 'New User Registration - Admin Notification') @section('header-title', 'New User Registration') @section('content')
Hello Admin,
A new user has registered on the JurisLocator platform and is pending approval.
| Name: | {{ $user_name }} |
| Email: | {{ $user_email }} |
| User Category: | {{ $user_category }} |
| License Number: | {{ $license_number }} |
| Registration Date: | {{ $registration_date }} |
| Status: | Pending Approval |
Please review this registration and approve or reject the account from the admin panel.