@extends('layouts.business.master') @section('title') {{ __('Product List') }} @endsection @php $modules = product_setting()->modules ?? []; @endphp @section('main_content')

{{ __('Product List') }}

@usercan('products.create') {{ __('Add new Product') }} @endusercan
@include('business::print.header')

{{ __('Product List') }}

@csrf

{{ __('items show') }}

@usercan('products.delete') @endusercan @if (moduleCheck('WarehouseAddon')) @endif @usercan('products.price') @endusercan @include('business::products.datas')
{{ __('SL') }}. {{ __('Image') }} {{ __('Product Name') }} {{ __('Code') }} {{ __('Brand') }} {{ __('Category') }} {{ __('Warehouse') }} {{ __('Unit') }} {{ __('Purchase price') }} {{ __('Sale price') }} {{ __('Stock') }} {{ __('Rack') }} {{ __('Shelf') }} {{ __('Action') }}
{{ $products->links('vendor.pagination.bootstrap-5') }}
@usercan('stocks.price') @endusercan @endsection @push('modal') @include('business::component.delete-modal') @include('business::products.view') @include('business::products.stock-modal') @endpush