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,8 +1,8 @@
<div class="md:col-span-1 flex justify-between">
<div class="px-4 sm:px-0">
<h3 class="text-lg font-medium text-gray-900">{{ $title }}</h3>
<h3 class="text-lg font-medium text-gray-200">{{ $title }}</h3>
<p class="mt-1 text-sm text-gray-600">
<p class="mt-1 text-sm text-gray-200">
{{ $description }}
</p>
</div>