Basic Items Company

@include('components.commonFilters')
@if (request('category')) @endif @if (request('brand')) @endif @if (request('status')) @endif @if (request('itemType')) @endif @if (request('companyID')) @endif {{-- --}}
@if ($companyItems->count() >= 1) {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach ($companyItems as $companyItem) {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
#Item Code Category Brand Product Name Pack Size Item NameDescription 1 Description 2 Description 3Status Stock Name Stock RatioBarcode Volume Ratio Remarks Create DateBase Item Ref Code Item TypeBundle Pack TypeCompany IDRetail Price Unit Cost Unit Qty BF Qty Edit Delete
{{ $companyItem->RowNumber }} {{ $companyItem->ItemCode }} {{ $companyItem->Category }} {{ $companyItem->Brand }} {{ $companyItem->ProductName }} {{ $companyItem->PackSize }} {{ $companyItem->ItemName }}{{ $companyItem->Description1 }} {{ $companyItem->Description2 }} {{ $companyItem->Description3 }}{{ $companyItem->Status }} {{ $companyItem->StockName }} {{ $companyItem->StockRatio }}{{ $companyItem->Barcode }} {{ $companyItem->VolumeRatio }} {{ $companyItem->Remarks }} {{ $companyItem->CreateDate }}{{ $companyItem->BaseItem }} {{ $companyItem->RefCode }} {{ $companyItem->ItemType }}{{ $companyItem->BundlePackType }}{{ $companyItem->CompanyID }}{{ $companyItem->RetailPrice }} {{ $companyItem->UnitCost }} {{ $companyItem->Unit }} {{ $companyItem->QtyBF }} {{ $companyItem->Qty }} Edit
@else

No result found. Please check back later.

@endif
{{ $companyItems->appends($_GET)->links() }}
@include ('components.modalForDelete')