@extends('layouts.master') @section('css') @section('title') {{ __('home.account_statement') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطا
@endif @if (session()->has('notfountreturnproduct')) @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/account_statement.blade.php on line 186

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

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

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

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

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

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

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

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

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

Warning: Attempt to read property "attachments" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/account_statement.blade.php on line 226

@endforeach
# {{ __('home.decoumentNo') }} {{ __('report.date') }} {{ __('home.employee') }} {{ __('home.acount_name') }} {{ __('accountes.Theamountpaid') }} {{ __('home.paymentmethod') }} {{ __('home.notesClient') }} {{ __('home.attachments') }}
{{ $i }} {{ $invoice->id}} {{ $date[0] }} {{ $invoice->user->name }} {{ $invoice->financial_accounts_data->name }} {{ $invoice->paidـamount }} @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