@extends('layouts.master') @section('css') @section('title') {{ __('report.purchasproducttocustomer') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطا
@endif @if (session()->has('notfountreturnproduct')) @endif
{{ csrf_field() }}

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

@if (isset($Saleing))
@foreach ($Saleing as $invoice) ] @endforeach
# {{ __('home.date') }} {{ __('home.productNo') }} {{ __('home.product') }} {{ __('home.quantity') }} {{ __('home.sellingproduct without tax') }}
{{ $i }} {{ $invoice->created_at }} {{ $invoice->productData->Product_Code }} {{ $invoice->productData->product_name }} {{ $invoice->quantity }} {{ ($invoice->Unit_Price *$invoice->quantity)-$invoice->Discount_Value}}
@endif
{{-- Update ( 24/4/2023 ) --}}