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

Dashboard

Your self-hosted environment
@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 @if ($projects->count() === 0 && $servers->count() === 0) No resources found. Add your first server & private key here or go to the boarding page. @endif @if ($projects->count() > 0)

Projects

@if ($projects->count() === 1)
@else
@endif @foreach ($projects as $project) @endforeach
@if ($projects->count() > 0)

Servers

@endif @if ($servers->count() === 1)
@else

Deployments

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