@if(str(request()->route()->getName())->contains('school.') && !str(request()->route()->getName())->contains('landingPage.'))
{{ __('Choose your city, search for courses in the surrounding area and select a topic that suits you.') }}
@endif
@if(str(request()->route()->getName())->contains('library.'))
{{ __('Choose a topic that is right for you.') }}
@endif