@include('new_layouts.header') @include('accounting.side-menu')

{{__('Manage Product Stock')}}

@foreach ($productServices as $productService) @endforeach
{{ __('Name') }} {{ __('Sku') }} {{ __('Current Quantity') }} {{ __('Action') }}
{{ $productService->name }} {{ $productService->sku }} {{ $productService->quantity }}
@include('new_layouts.footer')