@if ($application->status === 'running')
@else
@endif
@if ($application->status === 'running')
@if (!data_get($application, 'settings.is_bot') && data_get($application, 'fqdn'))
Open URL
@endif
@if (data_get($application, 'ports_exposes_array'))
@foreach ($application->ports_exposes_array as $port)
@if (env('APP_ENV') === 'local')
Open
{{ $port }}
@else
Open
{{ $port }}
@endif
@endforeach
@endif
Loading current status...
{{ $application->status }}
@else
Loading current status...
{{ $application->status }}
@endif