From 172589a8052a337bd968f8210cc8064bf629ddfd Mon Sep 17 00:00:00 2001 From: Gary Date: Fri, 13 Sep 2024 17:51:48 -0700 Subject: [PATCH] fix index.blade.php error syntax --- .../views/livewire/boarding/index.blade.php | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/resources/views/livewire/boarding/index.blade.php b/resources/views/livewire/boarding/index.blade.php index a5d3cddd8..d55438989 100644 --- a/resources/views/livewire/boarding/index.blade.php +++ b/resources/views/livewire/boarding/index.blade.php @@ -31,7 +31,7 @@ and much much more.

- +

You do not to manage your servers too much. This does @@ -50,10 +50,9 @@ @if ($currentState === 'select-server-type') - Do you want to deploy your resources on your ? + Ready to deploy apps on your ? - Remote Server @if (!$serverReachable) @@ -71,10 +70,12 @@

Servers are the main building blocks, as they will host your applications, databases, - services, called "resources." Any CPU intensive process will use the server's CPU where you + services, called resources. Any CPU intensive process will use the server's CPU where you are deploying your resources.

+

Localhost is the server where Last Hour Cloud is running on. It is not recommended to use one server + for everything.

Remote Server is a server reachable through SSH. It can be hosted at home, or from any cloud - provider, including us: VPS hosting.

+ provider.

@endif @@ -245,9 +246,10 @@ @if ($currentState === 'select-server-type') - Do you want to deploy your resources on a ? + Ready to deploy apps on your ? + Remote Server @if (!$serverReachable) @@ -267,8 +269,10 @@

Servers are the main building blocks, as they will host your applications, databases, services, called resources. Any CPU intensive process will use the server's CPU where you are deploying your resources.

+

Localhost is the server where Last Hour Cloud is running on. It is not recommended to use one server + for everything.

Remote Server is a server reachable through SSH. It can be hosted at home, or from any cloud - provider, including us: VPS hosting.

+ provider.

@endif