@yield('css_before')
@yield('css_after')
KC
R
KemaCloud
Rms
{{ __('Dashboard') }}
{{ __('Devices management') }}
@if(in_array(Auth::user()->groupId,[1]))
{{ __('Clients') }}
@endif @if(in_array(Auth::user()->groupId,[1,2]))
{{ __('Users') }}
@endif {{--
{{ __('Manage notifications') }}
{{ __('Export') }}
{{ __('Settings') }}
--}}
{{ Auth::user()->name }}
{{--
{{ __('User Options') }}
--}}
{{--
{{ __('Settings') }}
--}}
{{ __('English') }}
{{ __('Magyar') }}
{{--
--}}{{ __('Sign Out') }}
@csrf
@yield('content')
@yield('js_after')