@include('modals.kitchenAdmin.inventory.addstock') @include('modals.superAdmin.inventory.adjuststock')
@if (count($stocks) > 0) @foreach ($stocks as $key => $stock) @endforeach @else @endif
S.No Item SKU Price Opening Stock Available Stock Status Action
{{ $stocks->firstitem() + $key }} {{ $stock->name }} {{ $stock->sku }} ₹ {{ $stock->pp_price }} {{ $stock->opening_stock }} {{ $stock->stock }}
status == 1 ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $stock->id }}" wire:click="updateStatus($event.target.checked,'{{ $stock->id }}')">
 

No Record Found

@if ($stocks) {{ $stocks->links('vendor.livewire.bootstrap') }} @endif