@if (decode_remote_command_output($application_deployment_queue)->count() > 0)
@foreach (decode_remote_command_output($application_deployment_queue) as $line)
$line['hidden'],
'text-red-500' => $line['type'] == 'stderr',
])>[{{ $line['timestamp'] }}] @if ($line['hidden'])
COMMAND:
{{ $line['command'] }}
OUTPUT:
@endif{{ $line['output'] }}@if ($line['hidden'])
@endif
@endforeach
@else
No logs yet.
@endif