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