mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
submit contents
This commit is contained in:
@@ -89,9 +89,6 @@
|
|||||||
{{ $item->name }}
|
{{ $item->name }}
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
<p class="mt-2 text-sm leading-6 text-gray-600 truncate">
|
|
||||||
{{ $item->excerpt }}
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|||||||
@@ -3,6 +3,12 @@
|
|||||||
<livewire:frontend.header :country="$country"/>
|
<livewire:frontend.header :country="$country"/>
|
||||||
<div class="max-w-screen-2xl mx-auto">
|
<div class="max-w-screen-2xl mx-auto">
|
||||||
<div class="w-full mb-6 sm:my-6">
|
<div class="w-full mb-6 sm:my-6">
|
||||||
|
<div class="flex w-full justify-center mb-4">
|
||||||
|
<x-button primary :href="route('library.libraryItem.form', ['country' => $country])">
|
||||||
|
<i class="fa-thin fa-plus"></i>
|
||||||
|
{{ __('Submit contents') }}
|
||||||
|
</x-button>
|
||||||
|
</div>
|
||||||
<x-input class="sm:min-w-[900px]" placeholder="Suche..." wire:model.debounce="search">
|
<x-input class="sm:min-w-[900px]" placeholder="Suche..." wire:model.debounce="search">
|
||||||
<x-slot name="append">
|
<x-slot name="append">
|
||||||
<div class="absolute inset-y-0 right-0 flex items-center p-0.5">
|
<div class="absolute inset-y-0 right-0 flex items-center p-0.5">
|
||||||
|
|||||||
Reference in New Issue
Block a user