@if(!str(request()->route()->getName())->contains(['.view', 'landing'])) @endif @auth
@csrf {{ __('Logout') }}
@else {{ __('Login') }} @endauth
@if(str(request()->route()->getName())->contains('school.') && !str(request()->route()->getName())->contains('landingPage.'))

Bitcoin {{ __('Courses') }}

{{ __('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.'))

Bitcoin {{ __('Content') }}

{{ __('Choose a topic that is right for you.') }}

@endif