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

Projects

@forelse ($projects as $project) @empty
No project found. + Add
@endforelse

Servers

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