@if(\App::currentLocale() == 'sa')
@else
@endif
@yield('css')
ZyRoM
@if(isset(session()->get("settings")->logo) && Storage::disk('public')->exists(session()->get("settings")->logo))
@endif
settings_overscan
@if( Auth::user()->can('view issue token') || Auth::user()->can('view display'))
attachment
@endif
{{session()->get("settings")->name}},{{session()->get("settings")->location}}
@if(isset(Auth::user()->image) && Storage::disk('public')->exists(Auth::user()->image))
@else
@endif
English
French
Hindi
Arabic
Spanish
Portuguese
Italian
Indonesian
German
@can('view profile')
person_outline
{{__('messages.common.profile')}}
@endcan
keyboard_tab
{{__('messages.common.logout')}}
{{__('messages.common.links')}}
@can('issue token')
{{__('messages.menu.issue token url')}}
@endcan @can('view display')
{{__('messages.menu.display url')}}
@endcan
@include('layout.menu')
@yield('content') @yield('js') @include('common.message')