|
{{ $company->name }} |
{{ $from->format($company->getSetting('date_format')) }} - {{ $to->format($company->getSetting('date_format')) }} |
|
{{ __('messages.profit_loss_report') }} |
|
|
{{ __('messages.income') }} |
{!! money($invoices_total, $company->currency->code) !!} |
{{ __('messages.expenses') }}
|
{{ $expense_category->name }} |
{!! money($expense_category->total_expense, $company->currency->code) !!} |
|
{!! money($total_loss, $company->currency->code)->format() !!} |