@inject('request', 'Illuminate\Http\Request') @inject('sentinel', 'Cartalyst\Sentinel\Native\Facades\Sentinel')
{{ $request->path() }}
@section('css_page_level') @show
:
:
{{--
×
--}}
歡迎回來
@inject('setting','anlutro\LaravelSettings\Facade')
Hi, {{ $sentinel::check()->name }}
@if($user = Sentinel::hasAccess(['manage.access']))
回到管理後台
@endif
修改個人資料
個人中心
登出
@inject('CommunityPresenter','NSST\Presenters\CommunityPresenter')
{{ $CommunityPresenter->comName() }}
功能選單
回到前台首頁
好康專區
二手商品
房屋租售
dashboard
@section('page-content') @show
@section('plugins_page_level') @show @section('js_page_level') @show