@foreach ($data['product'] as $product)
Warning: Undefined variable $product in /home/ebdea/public_html/tawasl.ebdea.online/resources/views/response_return_purchases.blade.php on line 28

Warning: Attempt to read property "order_owner" on null in /home/ebdea/public_html/tawasl.ebdea.online/resources/views/response_return_purchases.blade.php on line 28

Warning: Undefined variable $product in /home/ebdea/public_html/tawasl.ebdea.online/resources/views/response_return_purchases.blade.php on line 30

Warning: Attempt to read property "purchasingـprice" on null in /home/ebdea/public_html/tawasl.ebdea.online/resources/views/response_return_purchases.blade.php on line 30

Warning: Undefined variable $product in /home/ebdea/public_html/tawasl.ebdea.online/resources/views/response_return_purchases.blade.php on line 30

Warning: Attempt to read property "numberofpice" on null in /home/ebdea/public_html/tawasl.ebdea.online/resources/views/response_return_purchases.blade.php on line 30

Warning: Undefined variable $product in /home/ebdea/public_html/tawasl.ebdea.online/resources/views/response_return_purchases.blade.php on line 31

Warning: Attempt to read property "Added_Value" on null in /home/ebdea/public_html/tawasl.ebdea.online/resources/views/response_return_purchases.blade.php on line 31

Warning: Undefined variable $product in /home/ebdea/public_html/tawasl.ebdea.online/resources/views/response_return_purchases.blade.php on line 31

Warning: Attempt to read property "numberofpice" on null in /home/ebdea/public_html/tawasl.ebdea.online/resources/views/response_return_purchases.blade.php on line 31
@if($product->numberofpice!=0) @endif @endforeach
# {{ __('home.productNo') }} {{ __('home.product') }} {{ __('users.branch') }} {{ __('home.quantity') }} {{ __('home.purchase') }} {{ __('home.addedValue') }} {{ __('home.total') }} {{ __('home.RETURNSPURCHAE') }} {{ __('home.operations') }}
{{ $i }} {{ $product->productData->Product_Code }} {{ $product->product_name }} {{ $data['branch'] }} {{ $product->numberofpice }} {{ $product->purchasingـprice }} {{ $product->Added_Value }} {{ ($product->Added_Value + $product->purchasingـprice) * $product->numberofpice }} {{ $product->returns_purchase }}
{{ __('home.the amount') }} {{ __('home.addedValue') }} {{ __('home.discount') }} {{ __('home.total') }}
{{ $totalprice }} {{ $totalAddedvalue }} {{$totalprice==0?0:$data['resource_purchases']->discount}} {{ $totalprice==0?0:$totalAddedvalue + $totalprice-$data['resource_purchases']->discount }}

{{__('home.print')}}