@if(Route::current()->getName() == 'issue_token')
Kiosk
@elseif(Route::current()->getName() == 'display')
Display
@else
QFlow
@endif
@if(\App::currentLocale() == 'iq' || \App::currentLocale() == 'ku')
@else
@endif
@yield('css')
@if(isset($show_menu) && $show_menu)
@include('layout.menu')
@endif
@yield('content')