@include('Admin.layouts.app') @include('Admin.layouts.sidebar') @section('title', 'Admin Profile')
{{Auth::user()->name}}
{{Auth::user()->email}}
{{Auth::user()->phone ?? '---'}}