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

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


@if (isset($Invoices))
@foreach ($Invoices as $invoice)
Warning: Undefined variable $invoice in /home/ebdea/public_html/abdella.ebdea.online/resources/views/reports/Supplier_credit_payment.blade.php on line 165

Warning: Attempt to read property "user_id" on null in /home/ebdea/public_html/abdella.ebdea.online/resources/views/reports/Supplier_credit_payment.blade.php on line 165

Warning: Undefined variable $invoice in /home/ebdea/public_html/abdella.ebdea.online/resources/views/reports/Supplier_credit_payment.blade.php on line 166

Warning: Attempt to read property "created_at" on null in /home/ebdea/public_html/abdella.ebdea.online/resources/views/reports/Supplier_credit_payment.blade.php on line 166

Warning: Undefined variable $invoice in /home/ebdea/public_html/abdella.ebdea.online/resources/views/reports/Supplier_credit_payment.blade.php on line 168

Warning: Attempt to read property "created_at" on null in /home/ebdea/public_html/abdella.ebdea.online/resources/views/reports/Supplier_credit_payment.blade.php on line 168

Warning: Undefined variable $invoice in /home/ebdea/public_html/abdella.ebdea.online/resources/views/reports/Supplier_credit_payment.blade.php on line 185

Warning: Attempt to read property "created_at" on null in /home/ebdea/public_html/abdella.ebdea.online/resources/views/reports/Supplier_credit_payment.blade.php on line 185

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/ebdea/public_html/abdella.ebdea.online/resources/views/reports/Supplier_credit_payment.blade.php on line 185

Warning: Undefined variable $invoice in /home/ebdea/public_html/abdella.ebdea.online/resources/views/reports/Supplier_credit_payment.blade.php on line 206

Warning: Attempt to read property "attachments" on null in /home/ebdea/public_html/abdella.ebdea.online/resources/views/reports/Supplier_credit_payment.blade.php on line 206

@endforeach
# {{ __('report.date') }} {{ __('home.employee') }} {{ __('home.suppliername') }} {{ __('accountes.Theamountpaid') }} {{ __('home.Remainingamount') }} {{ __('home.paymentmethod') }} {{ __('home.notesClient') }} {{ __('home.attachments') }}
{{ $i }} {{ $date[0] }} {{ $invoice->user->name }} {{ $invoice->supllier->name }} {{ $invoice->paidـamount }} {{ $invoice->currentblance }} @if ($invoice->Pay_Method_Name == 'Cash') {{ __('report.cash') }} @elseif ($invoice->Pay_Method_Name == 'Bank_transfer') {{ __('home.Bank_transfer') }} @else {{ __('report.shabka') }} @endif {{$invoice->note }}
@if($path!=null){{ __('home.show')}} @else - @endif
@if (isset($Invoices) != '-') {{ __('accountes.Remainingamount') }} : {{ $Invoices[0]->supllier->In_debt }} @endif @if (count($Invoices))



@endif @endif

@endsection @section('js') @endsection