@if (Auth::guard('web')->check()) @desktop
{{ trans('nav.dashboard') }} {{ trans('nav.orders') }} @if (Auth::user()->isAdmin()) {{ trans('nav.appearance') }} {{ trans('nav.reports') }} @elseif(Auth::user()->isMerchant()) {{ trans('nav.inventories') }} {{ trans('nav.reports') }} @endif {{ trans('nav.logout') }} {{ trans('app.welcome') . ' ' . Auth::user()->getName() }}
@enddesktop @endif