@extends('layouts.business.master') @section('title') {{ __('Product List') }} @endsection @php $modules = product_setting()->modules ?? []; @endphp @section('main_content')
{{ __('items show') }}
|
|
@endusercan
{{ __('SL') }}. | {{ __('Image') }} | {{ __('Product Name') }} | {{ __('Code') }} | {{ __('Brand') }} | {{ __('Category') }} | @if (moduleCheck('WarehouseAddon')){{ __('Warehouse') }} | @endif{{ __('Unit') }} | @usercan('products.price'){{ __('Purchase price') }} | @endusercan{{ __('Sale price') }} | {{ __('Stock') }} | {{ __('Rack') }} | {{ __('Shelf') }} | {{ __('Action') }} |
|---|