save things

This commit is contained in:
Andras Bacsai
2023-05-08 13:36:49 +02:00
parent dfecf2cc60
commit d77d32853f
22 changed files with 240 additions and 18 deletions

View File

@@ -31,4 +31,12 @@
@empty
<p>No servers found.</p>
@endforelse
<h1>GitHub Apps <a href="{{ route('source.new') }}">
<x-inputs.button>New</x-inputs.button>
</a></h1>
@forelse ($github_apps as $github_app)
<a href="{{ route('source.github.show', [$github_app->uuid]) }}">{{ data_get($github_app, 'name') }}</a>
@empty
<p>No servers found.</p>
@endforelse
</x-layout>