lecturerMaterial.view

This commit is contained in:
Benjamin Takats
2023-01-27 15:53:44 +01:00
parent fa77d15ff5
commit b9f3f0ba7b
3 changed files with 14 additions and 2 deletions

View File

@@ -27,6 +27,11 @@
class="text-gray-400 mr-5 font-medium leading-6 hover:text-gray-300">
{{ __('Back to the overview') }}
</a>
@elseif(str(request()->route()->getName())->contains('lecturerMaterial.view'))
<a href="{{ route('library.table.lecturer', ['country' => $country]) }}"
class="text-gray-400 mr-5 font-medium leading-6 hover:text-gray-300">
{{ __('Back to the overview') }}
</a>
@endif
@if(str(request()->route()->getName())->contains('school.'))