芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/tblonline.org/resources/views/layouts/app.blade.php
{{ get_option('site_title', config('app.name')) }}
@if(get_option('backend_direction') == "rtl")
@endif @include('layouts.others.languages')
×
×
{{ get_option('site_title', config('app.name')) }}
{{ session('language') =='' ? get_option('language') : session('language') }}
@foreach(get_language_list() as $language)
{{ $language }}
@endforeach
{{ _lang('Profile Overview') }}
{{ _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')