diff --git a/resources/views/livewire/dashboard.blade.php b/resources/views/livewire/dashboard.blade.php index 28850d5e9..0670f5aaa 100644 --- a/resources/views/livewire/dashboard.blade.php +++ b/resources/views/livewire/dashboard.blade.php @@ -9,10 +9,10 @@ + d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" /> Your subscription has been activated! Welcome onboard!
It could take a few seconds before your - subscription is activated.
Please be patient. + subscription is activated.
Please be patient. @endif

Projects

@@ -23,23 +23,24 @@ @if (data_get($project, 'environments')->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 }}
-
- - - + - Add Resource - - +
+
{{ $project->name }}
+
+ {{ $project->description }}
+
+
+ + + + Add Resource + + Settings - +
+ @endforeach diff --git a/resources/views/livewire/project/show.blade.php b/resources/views/livewire/project/show.blade.php index f4c79c7e8..f180787c9 100644 --- a/resources/views/livewire/project/show.blade.php +++ b/resources/views/livewire/project/show.blade.php @@ -11,18 +11,26 @@ @forelse ($project->environments as $environment)
- -
{{ $environment->name }}
-
- {{ $environment->description }}
-
- --}}
@empty

No environments found.