@if(Auth::check()) @if(Auth::user()->role_id == "a")
  • Admin
  • @elseif(Auth::user()->role_id == 'v') @if(isset(Auth::user()->store))
  • {{ __('staticwords.SellerDashboard') }}
  • @endif @endif
  • {{ __('staticwords.MyAccount') }}
  • @endif @if(Auth::check())
  • {{ __('staticwords.Logout') }}
    {{ csrf_field() }}
  • @else
  • {{ __('staticwords.Login') }}
  • @endif
    @if($auto->enabel_multicurrency == '1') @else @endif