@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.product damage') }} @stop @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطأ
@endif @if (session()->has('damageproduct')) @endif
{{ csrf_field() }}
بيانات الصنف التالف والكمية المراد خصمها
@if (isset($itemsRequest))
سجل بنود الطلب / الأصناف
@foreach ($itemsRequest as $product) @endforeach
# {{ __('home.productNo') }} {{ __('home.product') }} {{ __('home.quantity') }}
{{ $i }} {{ $product->productData->Product_Code }} {{ $product->productData->product_name }} {{ $product->quantity }}
@endif
@endsection @section('js') @endsection