@if(get_option('backend_direction') == "rtl")
@endif @include('layouts.others.languages')
×
×
{{ get_option('site_title', config('app.name')) }}
{{ Auth::user()->name }}
{{ _lang('Profile Settings') }}
{{ _lang('Change Password') }}
@if(auth()->user()->user_type == 'admin')
{{ _lang('System Settings') }}
@endif
{{ _lang('Logout') }}
{{ Auth::user()->name }}
@include('layouts.menus.'.Auth::user()->user_type)
@yield('content')
@yield('js-script')