{{Nameen}}
{{describtionen}}
{{Namear}}
{{describtionar}}
{{ __('home.cost_center') }}
| {{ __('report.fromdate') }}: {{ $start }} | {{ __('report.todate') }}: {{ $end }} | {{ __('home.cost_center') }}: {{ $name_cost }} | {{ __('home.exportTime') }}: {{ \Carbon\Carbon::now()->addHours(3)->format("Y-m-d H:i") }} |
|---|
@if($report_type == 'both' || $report_type == 'details')
@endif
@if($report_type == 'both' || $report_type == 'summary')
@endif
| # | {{ __('home.decoumentNo') }} | {{ __('report.date') }} | {{ __('users.branch') }} | {{ __('accountes.Theamountpaid') }} | {{ __('home.debit') }} | {{ __('home.credit') }} |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->sent_serf_count }} | {{ $item->date_export }} | {{ $item->branch->name }} | {{ number_format($item->recive_amount, 2) }} | {{ number_format($item->debtor, 2) }} | {{ number_format($item->creditor, 2) }} |
حالة مراكز التكلفة الختامية
| اسم مركز التكلفة | إجمالي المدين | إجمالي الدائن | الحالة الختامية (الرصيد) |
|---|---|---|---|
| {{ $center['name'] }} | {{ number_format($center['total_debit'], 2) }} | {{ number_format($center['total_credit'], 2) }} | {{ number_format($center['balance'], 2) }} |