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

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

{{ __('users.branch') }}


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

Warning: Attempt to read property "recive_amount" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/credit_collection.blade.php on line 152

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

Warning: Attempt to read property "user_id" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/credit_collection.blade.php on line 154

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

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

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

Warning: Attempt to read property "created_at" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/credit_collection.blade.php on line 157
{{--
{{ __('report.invoiceNo') }} : {{ $invoice->id }}
{{ __('report.reciver_name') }} : {{ $invoice->user->name }}
{{ __('home.paymentmethod') }} : @if ($invoice->pay_method == 'Cash') {{ __('report.cash') }} @elseif ($invoice->pay_method == 'Bank_transfer') {{ __('home.Bank_transfer') }} @else {{ __('report.shabka') }} @endif
--}}

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

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

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

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

Warning: Attempt to read property "attachments" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/credit_collection.blade.php on line 231
{{ __('report.invoiceNo') }} {{ $invoice->id }} {{ __('report.reciver_name') }} {{ $invoice->user->name }} {{ __('home.notesClient') }} {{$invoice->note }}
{{ __('home.date') }} {{ __('home.acount_name') }} {{ __('accountes.cashreceived') }} {{ __('home.paymentmethod') }} {{ __('home.attachments') }}
{{ $date[0] }} {{ $invoice->financial_accounts_data->name }} {{ $invoice->recive_amount }} @if ($invoice->pay_method == 'Cash') {{ __('report.cash') }} @elseif ($invoice->pay_method == 'Bank_transfer') {{ __('home.Bank_transfer') }} @else {{ __('report.shabka') }} @endif
@if($path!=null){{ __('home.show')}} @else - @endif


@endforeach

{{ __('report.totalprice') }} {{ __('home.the amount') }}
1 {{ __('home.total') }} {{ $totalprice }}

@if($startat!=null) @endif
@endif
@endsection @section('js') @endsection