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
-28
View File
@@ -1,28 +0,0 @@
<x-layouts.app :title="__('Unternehmensauskunft')">
<div class="flex h-full w-full flex-1 flex-col gap-4 rounded-xl">
<div class="mb-4">
<flux:heading size="xl" class="mb-2">{{ __('Unternehmensauskunft') }}</flux:heading>
<flux:text>{{ __('Suchen Sie nach Unternehmensinformationen') }}</flux:text>
</div>
<div class="mb-6">
<flux:input
type="search"
placeholder="{{ __('Unternehmen suchen...') }}"
class="w-full"
/>
</div>
<div class="grid auto-rows-min gap-4 md:grid-cols-2">
<div class="relative aspect-video 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 class="relative aspect-video 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 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>
</x-layouts.app>
@@ -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>