@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('notfountreturnproduct')) @endif
{{ csrf_field() }}

{{ __('users.branch') }}

@if (isset($products))
@foreach ($products as $invoice) @endforeach
# {{ __('home.productNo') }} {{ __('home.product') }} {{ __('report.date') }} {{ __('home.employee') }} {{ __('home.branch') }} {{ __('home.quentitydamage') }}
{{ $i }} {{ $invoice->productData->Product_Code }} {{ $invoice->productData->product_name }} {{ $invoice->created_at }} {{ $invoice->user->name }} {{ $invoice->branch->name}} {{ $invoice->damage_quantity }}
@endif
{{-- Update ( 24/4/2023 ) --}}