@if (auth()->user()->roles()->exists() || auth()->user()->permissions()->exists())
  • {{ __('Home') }}
  • {{ __('Collection') }}
  • {{ __('Subscribers') }}
  • {{ __('New Customer') }}
  • {{ __('Settings') }}
  • @else
  • {{ __('Profile') }}
  • @endif