@extends('layouts.master') @section('css') @endsection @section('title') {{ __('supprocesses.stockadjustment') }} @stop @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') }} حذف
لم يتم اختيار أي صنف بعد. اضغط على زر "اختيار منتج" أو مفتاح F9 لإضافة أصناف للجدول
@endsection @section('js') @endsection