@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')
@if((Route::current()->getName() == 'issue_token' || Route::current()->getName() == 'display') && (\App::currentLocale() == 'iq' || \App::currentLocale() == 'ku')) @elseif((Route::current()->getName() == 'issue_token' || Route::current()->getName() == 'display') && (\App::currentLocale() != 'iq' && \App::currentLocale() != 'ku')) @else @endif @if(Route::current()->getName() == 'issue_token') @endif @yield('b-js') @yield('js') @include('common.message')