@if ($application->status === 'running')
Rebuild
Force Rebuild
Stop
@else
Start
Start (no cache)
@endif
Delete
@if ($application->status === 'running')
@if (data_get($application, 'ports_mappings_array'))
@foreach ($application->ports_mappings_array as $port)
@if (config('app.env') === 'local')
Open
{{ explode(':', $port)[0] }}
@else
Open
{{ $port }}
@endif
@endforeach
@endif
Loading current status...
{{ $application->status }}
@else
Loading current status...
{{ $application->status }}
@endif