芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/resources/views/layouts/menu_top.blade.php
Loged as @if(Auth::check()) {{ Auth::user()->role }} @endif
8
8 Notifications
New Comments
+12
Bob just signed up as an editor ...
New Orders
+8
Followers
+11
See all notifications
Welcome,
@if(Auth::check()) {{ Auth::user()->name }} @endif
Change Password
@if(Auth::user()->role == 'assistant') @else
Profile
@endif @if(Auth::user()->role == 'doctor')
MPO Requested
Settings
@endif @if(Auth::user()->customer_id == '61')
Doctor Registration
@endif
{{ __('Logout') }}
@csrf
@include('layouts.version')