@yield('admin_title')
  • ...
    {{ auth()->user()->name }}
    {{ __('Welcome!') }}
    {{ __('My profile') }}
    {{ __('Logout') }}