• {{ __('Dashboard') }}
  • {{ __('Orders') }}
  • {{ __('Notifications') }}
  • {{ __('Favorites') }}
  • {{ __('Recents') }}
  • {{ __('Addresses') }}
  • {{ __('Profile Information') }}
  • @if (auth()->check() && auth()->user()->shopIsApproved())
    {{ __('Shop Panel') }}
    @else
    {{ __('Request shop account') }}
    @endif