@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')
Edit Inventory
@csrf
Inventory - {{$stock->product->name}}
SKU
Stock SKU.
Quantity
Enter the stock quantity.
Sale Price
Stock Sale Price.
Unit Price
Stock Unit Price.
{{--
@php $recordCount = count($stock->attributes); @endphp @foreach ($stock->attributes as $index => $attributes)
Attribute
@foreach ($variations as $variation)
name == $attributes->attribute->name ? 'selected' : ''}}>{{ucfirst($variation->name)}}
@endforeach
Value
@if($index == 0 && $recordCount > 1)
Add
@endif @if($index > 0)
Remove
@endif
@endforeach
--}}
Update Stock
@include('partials.footer')
@include('global.footer-links')