{{ Session::get('business.name') }}
  • {{__('home.home')}}
  • @if(auth()->user()->can('product.view'))
  • {{ __('lang_v1.list_products') }}
  • {{ __('lang_v1.services') }}
  • @endif @if(auth()->user()->can('category.view') || auth()->user()->can('category.create'))
  • {{ __('category.categories') }}
  • @endif @if(auth()->user()->can('unit.view') || auth()->user()->can('unit.create'))
  • {{ __('unit.units') }}
  • @endif @if(auth()->user()->can('brand.view') || auth()->user()->can('brand.create'))
  • {{ __('brand.brands') }}
  • @endif @if(auth()->user()->can('product.create'))
  • {{ __('lang_v1.update_product_price') }}
  • @endif @if(auth()->user()->can('product.view'))
  • {{ __('barcode.print_labels') }}
  • @endif @if(auth()->user()->can('product.create'))
  • {{ __('product.variations') }}
  • {{ __('product.import_products') }}
  • @endif @if(auth()->user()->can('product.opening_stock'))
  • {{ __('lang_v1.import_opening_stock') }}
  • @endif
  • {{ __('lang_v1.warranties') }}