@php $common_settings = session()->get('business.common_settings'); $is_mobile = isMobile(); @endphp @if ($is_mobile) @endif
@can('product.view') @lang('lang_v1.list_products') @endcan @can('product.create') @lang('product.add_product') @endcan @can('product.create') @lang('lang_v1.update_product_price') @endcan @can('product.view') @lang('barcode.print_labels') @endcan @can('product.view') @lang('barcode.print_qrcode') @endcan @can('product.create') @lang('product.variations') @endcan @can('product.create') @lang('product.import_products') @endcan @can('product.opening_stock') @lang('lang_v1.import_opening_stock') @endcan @can('product.create') @lang('lang_v1.selling_price_group') @endcan @canany(['unit.view', 'unit.create']) @lang('unit.units') @endcanany @canany(['category.view', 'category.create']) @lang('category.categories') @endcanany @if (session('business.enable_brand')) @canany(['brand.view', 'brand.create']) @lang('brand.brands') @endcanany @endif @if (!empty($common_settings['enable_product_warranty'])) @lang('warranties') @endif @if (!empty($common_settings['enable_product_warranty'])) @lang('Received warranty service') @lang('Delivery warranty service') @endif @canany(['tax_rate.view', 'tax_rate.create']) @lang('All service warranty') @endcanany