mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
lecturerMaterial.view
This commit is contained in:
@@ -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.'))
|
||||
|
||||
Reference in New Issue
Block a user