@extends('mail.layout') @section('content')

Dear {{ $data->name}},

{!! nl2br(e('We regret to inform you that your company registration with Aaleyat has been rejected at this time.')) !!}

Reason for Rejection:

{{ $data->credential->reason ?? 'The submitted documents did not meet our verification requirements. Please ensure all documents are clear, valid, and match the registration information provided.' }}

You can review your submitted information and reapply once you have addressed the issues mentioned above. Our support team is here to help guide you through the process.

@if(!empty($actionUrl))
{{ $actionText ?? 'Contact Support →' }}
@endif
@endsection