# {{ __('Product Name') }} {{ __('Stock') }} {{ __('Quantity') }} {{ __('Type') }} {{ __('Action') }} @foreach ($products as $key => $product) {{ $key + 1 }} {{ $product['name'] ?? $product['product']['name'] }} {{ $product['code'] ?? $product['product']['code'] }} {{ $product['quantity'] ?? $product['product']['quantity'] }} {{ $product['unit'] ?? $product['product']['unit'] }} @endforeach
{{ __('Create Adjustment') }}