@if (session('error')) @endif

Dashboard

Your self-hosted infrastructure.
@if (request()->query->get('success'))
Your subscription has been activated! Welcome onboard!
It could take a few seconds before your subscription is activated.
Please be patient.
@endif

Projects

@if ($projects->count() > 0)
@foreach ($projects as $project)
count() === 1) onclick="gotoProject('{{ data_get($project, 'uuid') }}', '{{ data_get($project, 'environments.0.name', 'production') }}')" @else onclick="window.location.href = '{{ route('project.show', ['project_uuid' => data_get($project, 'uuid')]) }}'" @endif>
{{ $project->name }}
{{ $project->description }}
@endforeach
@else
No projects found.
your first project or go to the onboarding page.
@endif

Servers

@if ($servers->count() > 0) @else @if ($private_keys->count() === 0)
No private keys found.
Before you can add your server, first a private key or go to the onboarding page.
@else
No servers found.
your first server or go to the onboarding page.
@endif @endif @if ($servers->count() > 0 && $projects->count() > 0)

Deployments

@if (count($deployments_per_server) > 0) @endif Cleanup Queues
@endif {{-- Get IPTABLES --}}