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

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

{{ __('report.enpenses_reason') }}


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

Warning: Attempt to read property "Theـamountـpaid" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Expenses.blade.php on line 171

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

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

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

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

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

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

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

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

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

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

Warning: Attempt to read property "attachments" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/Expenses.blade.php on line 205
@endforeach
# {{ __('home.decoumentNo') }} {{ __('report.date') }} {{ __('accountes.user') }} {{ __('accountes.Theamountpaid') }} {{ __('accountes.Reasonforspendingmoney') }} {{ __('home.paymentmethod') }} {{ __('home.notesClient') }} {{ __('home.attachments') }}
{{ $i }} {{ $invoice->id}} {{ $invoice->created_at}} {{ $invoice->user->name }} {{ $invoice->Theـamountـpaid }} {{App::getLocale()=='ar'? $invoice->Expenses_reasons->expenses_reason:($invoice->Expenses_reasons->expenses_reason_en=='-'?$invoice->Expenses_reasons->expenses_reason:$invoice->Expenses_reasons->expenses_reason_en )}} @if ($invoice->Pay_Method_Name == 'Cash') {{ __('report.cash') }} @elseif($invoice->Pay_Method_Name == 'Credit') {{ __('report.credit') }} @elseif($invoice->Pay_Method_Name == 'Bank_transfer') {{ __('home.Bank_transfer') }} @else {{ __('report.shabka') }} @endif {{ $invoice->notes }}
@if($path!=null){{ __('home.show')}} @else - @endif
{{ __('report.totalprice') }} {{ __('home.the amount') }}
1 {{ __('home.total') }} {{ $totalprice }}

@if (count($Invoices) > 0)
@endif @endif
@if (isset($Invoices)) @endif
@endsection @section('js') @endsection