logo logo
@php $adminUser = auth()->guard('admin')->user(); @endphp profile-user
{{Auth::guard('admin')->user()->name}}
Profile Sign out