@if($command->reason)
@endif
Initiated: {{ $command->created_at->format('d M Y, H:i') }}
By: {{ $command->initiatedBy->name ?? 'System' }}
@if($command->executed_at)
Executed: {{ $command->executed_at->format('d M Y, H:i') }}
@endif
@if($command->failed_at)
Failed: {{ $command->failed_at->format('d M Y, H:i') }}
@endif
@if($command->failure_reason)