@extends('emails.layout') @section('title', 'User Account Approved - Admin Notification') @section('header-title', 'User Account Approved') @section('content')

Hello Admin,

A user account has been approved and activated on the JurisLocator platform.

User Details

@if(isset($license_number) && $license_number) @endif
Name: {{ $user_name }}
Email: {{ $user_email }}
User Category: {{ $user_category }}
License Number: {{ $license_number }}
Approval Date: {{ $approval_date }}
Approved By: {{ $approved_by }}
Status: Active

The user has been notified and can now access the platform.

@endsection