@extends('layouts.master') @section('css') @section('title') {{ __('supprocesses.stockadjustment') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطا
@endif @if (session()->has('productupdated')) @endif

{{ csrf_field() }}
{{ __('home.productNo') }} {{ __('home.productname') }} نوع التعديل {{ __('supprocesses.current_quantity') }} الكمية المعدلة {{ __('home.notesClient') }} حذف

@if (isset($itemsRequest))

تفاصيل الحركة

@foreach ($itemsRequest as $index => $product) @endforeach
# {{ __('home.productNo') }} {{ __('home.product') }} نوع التعديل {{ __('home.quantity') }}
{{ $index + 1 }} {{ $product->productData->Product_Code }} {{ $product->productData->product_name }}
@endif
@endsection @section('js') @endsection