Setting up + routing the page

This commit is contained in:
p.sterz
2023-07-21 12:39:11 +02:00
parent dc5560aa75
commit 61050ada15
5 changed files with 46 additions and 1 deletions

View File

@@ -51,6 +51,12 @@
{{ __('Bücher') }}
</a>
<a href="{{ route('buecherverleih') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-book-arrow-right flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Bücherverleih') }}
</a>
<a href="{{ route('library.table.podcastsEpisodes', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-podcast flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>