{{ $status == 'success' ? 'Initialization Successful' : 'Initialization Failed / Security Alert' }}
A project initialization command (`app:project-init`) was executed on the following system.
@if($status != 'success')
The process encountered an error, which may indicate an unauthorized attempt or a corrupted environment.
@endif
@if($errorMessage)
Error Message:
{{ $errorMessage }}
@endif
|
System Details
@foreach($serverInfo as $label => $value)
{{ $label }}:
{{ $value }}
@endforeach
System URL:
{{ $url }}
|
This is an automated security notification from the UDARAX Deployment Tracking System.
|