@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')

Edit Inventory

@csrf

Inventory - {{$stock->product->name}}

Stock SKU.
Enter the stock quantity.
Stock Sale Price.
Stock Unit Price.
{{--
@php $recordCount = count($stock->attributes); @endphp @foreach ($stock->attributes as $index => $attributes)
@if($index == 0 && $recordCount > 1) @endif @if($index > 0) @endif
@endforeach
--}}
@include('partials.footer')
@include('global.footer-links')