@extends('layouts.master') @section('css') @section('title') {{__('home.product damage')}}@stop @endsection @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