@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.sellingproduct without tax') }} {{ __('home.quantity') }}
{{ $i }} {{ $invoice->created_at }} {{ $invoice->productData->Product_Code }} {{ $invoice->productData->product_name }} {{ $invoice->Unit_Price }} {{ $invoice->quantity }}
@endif
{{-- Update ( 24/4/2023 ) --}}