Skip to content

Commit

Permalink
Add Vat Notice also to mobile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
xam-ps committed Dec 26, 2024
1 parent 1f71f2e commit 51b5e9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions resources/views/layouts/navigation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 dark
<x-responsive-nav-link :href="route('dashboard.index')" :active="request()->routeIs('dashboard.index')">
{{ __('Dashboard') }}
</x-responsive-nav-link>
<x-responsive-nav-link :href="route('vat-notice.index')" :active="request()->routeIs('vat-notice.index')">
{{ __('Umsatzsteuervoranmeldung') }}
</x-responsive-nav-link>
<x-responsive-nav-link :href="route('travel-allowance.index')"
:active="request()->routeIs('travel-allowance.index')">
{{ __('Fahrtkosten') }}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/vat-notice/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
<div class="p-6 text-gray-900 dark:text-gray-100">
<h1>Umsatzsteuer {{$year}}</h1>
<div class="total_amounts flex flex-row text-center">
<div class="total_amounts flex flex-row text-center my-4">
<div>
<p>Steuereinnahmen Gesamt</p>
<span>{{Number::currency($totalRevenueTax, in: 'EUR', locale: 'de')}}</span>
Expand Down

0 comments on commit 51b5e9b

Please sign in to comment.