pgsql db connection and testing route added

This commit is contained in:
2025-10-20 09:53:34 +02:00
parent 7503ae7c04
commit d7fc25def6
5 changed files with 50 additions and 45 deletions
@@ -24,9 +24,8 @@ new #[Layout('components.layouts.app')] class extends Component {
<flux:input
wire:model="search"
type="search"
placeholder="{{ __('Unternehmen suchen...') }}"
class="w-full"
/>
placeholder="{{ __('Unternehmen suchen....') }}"
class="w-full" />
</div>
<div class="grid auto-rows-min gap-4 md:grid-cols-2">
@@ -40,4 +39,4 @@ new #[Layout('components.layouts.app')] class extends Component {
<div class="relative h-full flex-1 overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700">
<x-placeholder-pattern class="absolute inset-0 size-full stroke-gray-900/20 dark:stroke-neutral-100/20" />
</div>
</div>
</div>