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

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




@if (isset($Invoices))

@foreach ($Invoices as $invoice)
Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 148

Warning: Attempt to read property "created_at" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 148

Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 150

Warning: Attempt to read property "created_at" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 150

{{-- {{ __('report.invoiceNo') }} : {{ $invoice->orderId }}
{{ __('home.suppliername') }} : {{ $invoice->supllier->name }}
{{ __('home.notesClient') }} : {{ $invoice->notes }}
{{ __('users.branch') }} : {{ $invoice->branch->name }} --}}
{{ __('report.invoiceNo') }} {{ $invoice->orderId }}
{{ __('home.suppliername') }} {{ $invoice->supllier->name }}
{{ __('home.notesClient') }} {{ $invoice->notes }}
{{ __('users.branch') }} {{ $invoice->branch->name }}
@foreach (App\Models\orderDetails::where('order_owner', $invoice->orderId)->where('numberofpice', '!=', 0)->get() as $product)
Warning: Undefined variable $product in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 222

Warning: Attempt to read property "quantity" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 222

Warning: Undefined variable $product in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 222

Warning: Attempt to read property "Unit_Price" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 222

Warning: Undefined variable $product in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 222

Warning: Attempt to read property "quantity" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 222

Warning: Undefined variable $product in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 222

Warning: Attempt to read property "productData" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 222

Warning: Attempt to read property "purchasingـprice" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 222

Warning: Undefined variable $product in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 223

Warning: Attempt to read property "quantity" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 223

Warning: Undefined variable $product in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 223

Warning: Attempt to read property "Unit_Price" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 223

Warning: Undefined variable $product in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 223

Warning: Attempt to read property "quantity" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 223

Warning: Undefined variable $product in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 223

Warning: Attempt to read property "productData" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 223

Warning: Attempt to read property "purchasingـprice" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 223

Warning: Undefined variable $product in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 224

Warning: Attempt to read property "created_at" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 224

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Delivery_notes.blade.php on line 224
@endforeach
{{__('home.Invoice_no')}} {{ $invoice->orderId }}
# {{ __('report.date') }} {{ __('home.productNo') }} {{ __('home.product') }} {{ __('home.quantity') }} {{ __('home.saleprice') }}
{{ $i }} {{ $date[0] }} {{ $product->productData->Product_Code }} {{ $product->productData->product_name }} {{ $product->numberofpice }} {{ $product->productData->purchasingـprice }}


@endforeach
@endif @if (isset($Invoices)) @endif

@endsection @section('js') @endsection