@if(Route::current()->getName() == 'issue_token')
Kiosk
@elseif(Route::current()->getName() == 'display')
Display
@else
QFlow
@endif
@php
$isDisplayPage = in_array(Route::current()->getName(), ['display', 'all-displays', 'get_display_by_service', 'display.building.service', 'display.building.missed', 'display.building.service.missed']);
@endphp
@if(\App::currentLocale() == 'iq' || \App::currentLocale() == 'ku' || $isDisplayPage)
@else
@endif
@yield('css')
@if(isset($show_menu) && $show_menu)
@include('layout.menu')
@endif
@yield('content')