book case world map added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-08 20:51:17 +01:00
parent 0501dc57a1
commit 38e6fdc062
4 changed files with 98 additions and 0 deletions

View File

@@ -82,6 +82,10 @@
class="{{ request()->routeIs('bookCases.table.bookcases') ? 'text-amber-500 underline' : 'text-gray-400' }} mr-5 font-medium leading-6 hover:text-gray-300">
{{ __('Bookcases') }}
</a>
<a href="{{ route('bookCases.world', ['country' => $c]) }}"
class="{{ request()->routeIs('bookCases.world') ? 'text-amber-500 underline' : 'text-gray-400' }} mr-5 font-medium leading-6 hover:text-gray-300">
{{ __('World Map') }}
</a>
<a href="{{ route('bookCases.heatmap', ['country' => $c]) }}"
class="{{ request()->routeIs('bookCases.heatmap') ? 'text-amber-500 underline' : 'text-gray-400' }} mr-5 font-medium leading-6 hover:text-gray-300">
{{ __('Heatmap') }}