@extends( 'layout.dashboard' ) @section( 'layout.dashboard.footer.inject' ) @parent @endsection @section( 'layout.dashboard.body' )
@include( Hook::filter( 'ns-dashboard-header', '../common/dashboard-header' ) )

{{ ns()->option->get( 'ns_store_name' ) }}

{{ __( 'Product' ) }} @{{ item.name }}
{{ __( 'Unit' ) }} @{{ item.selectedUnitQuantity.unit.name }}
{{ __( 'Barcode' ) }} @{{ item.selectedUnitQuantity.barcode }}
{{ __( 'Price' ) }} @{{ item.selectedUnitQuantity.sale_price | currency }}
@{{ item.selectedUnitQuantity.barcode }}

{{ __( 'Products' ) }}

{{ __( 'Included Products' ) }}

  • @{{ product.name }} (@{{ product.selectedUnitQuantity.unit.name }}) x@{{ product.times }} @{{ product.selectedUnitQuantity.barcode }}

{{ __( 'Basic Settings' ) }}

{{ __( 'Visibility Settings' ) }}

@endsection