formatting
This commit is contained in:
parent
ff9608fc92
commit
885ffeb2e5
@ -21,7 +21,7 @@ return [
|
|||||||
'reports' => [
|
'reports' => [
|
||||||
'income' => 'Monthly income summary by category.',
|
'income' => 'Monthly income summary by category.',
|
||||||
'expense' => 'Monthly expense summary by category.',
|
'expense' => 'Monthly expense summary by category.',
|
||||||
'income_expense' => 'Monthly income vs expense summary by category.',
|
'income_expense' => 'Monthly income vs expense by category.',
|
||||||
'tax' => 'Quarterly tax summary by category.',
|
'tax' => 'Quarterly tax summary by category.',
|
||||||
'pl' => 'Quarterly profit & loss by category.',
|
'pl' => 'Quarterly profit & loss by category.',
|
||||||
],
|
],
|
||||||
|
@ -12,7 +12,7 @@ return [
|
|||||||
'net_profit' => 'Net Profit',
|
'net_profit' => 'Net Profit',
|
||||||
'total_expenses' => 'Total Expenses',
|
'total_expenses' => 'Total Expenses',
|
||||||
'net' => 'NET',
|
'net' => 'NET',
|
||||||
'income-expense' => 'Income & Expense',
|
'income_expense' => 'Income & Expense',
|
||||||
|
|
||||||
'summary' => [
|
'summary' => [
|
||||||
'income' => 'Income Summary',
|
'income' => 'Income Summary',
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<div class="row mb-4">
|
<div class="row mb-4">
|
||||||
|
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<h3 id="stats">{{ trans('reports.income-expense') }}</h3>
|
<h3 id="stats">{{ trans('reports.income_expense') }}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@foreach($reports['income-expense'] as $report)
|
@foreach($reports['income-expense'] as $report)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user