permissions and roles added

This commit is contained in:
Benjamin Takats
2022-11-30 16:28:01 +01:00
parent e8edd349f2
commit 7767482f4d
14 changed files with 516 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
<nav x-data="{ open: false }" class="border-b border-gray-100">
<nav x-data="{ open: false }" class="border-b border-gray-100 bg-white">
<!-- Primary Navigation Menu -->
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
@@ -19,7 +19,7 @@
{{ __('Mein Profil') }}
</x-jet-nav-link>
<x-jet-nav-link href="{{ route('welcome') }}" :active="request()->routeIs('welcome')">
{{ __('Mein Profil') }}
{{ __('Meine Termine') }}
</x-jet-nav-link>
</div>
</div>