@extends('emails.layout') @section('title', 'Account Registration Update - Jurislocator') @section('header-title', 'Registration Update') @section('content')

Dear {{ $user_name }},

Thank you for your interest in JurisLocator. After reviewing your registration application, we are unable to approve your account at this time.

@if(isset($rejection_reason))

Reason

{{ $rejection_reason }}

@endif

If you believe this decision was made in error or have additional information to support your application, please contact our support team.

Contact Support
@endsection