芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/resources/views/frontend/partials/header.blade.php
@php $type = App\Constants\GlobalConst::SETUP_PAGE; $menues = DB::table('setup_pages') ->where('status', 1) ->where('type', Str::slug($type)) ->get(); @endphp
@php $current_url = URL::current(); @endphp @foreach ($menues as $item) @php $title = json_decode($item->title); @endphp
{{ __($title->title) }}
@endforeach
@php $session_lan = session('local')??get_default_language_code(); @endphp
@foreach($__languages as $item)
code) selected @endif>{{ __($item->name) }}
@endforeach
@auth
{{ __("Dashboard") }}
@else
{{ __("Login Now") }}
@endauth