AdminLTE Logo {{$info['name']}}
@if(auth()->guard('admin')->check()) Avatar @else Avatar @endif
@if(Auth::guard('admin')->check()) {{Auth::guard('admin')->user()->name}} @else {{Auth::guard('patient')->user()->name}}
{{__('Code')}}: {{Auth::guard('patient')->user()->code}} @endif
@can('admin') @include('partials.admin_sidebar') @else @include('partials.patient_sidebar') @endcan