@extends('layouts.master') @section('title') {{trans_choice('general.profit_loss',1)}} @endsection @section('content')
{{trans_choice('general.profit_loss',1)}} {{trans_choice('general.statement',1)}} | {{trans_choice('general.balance',1)}} |
{{trans_choice('general.operating_profit',1)}} (P) | |
{{trans_choice('general.contribution',2)}} | {{number_format($contributions,2)}} |
{{trans_choice('general.pledge',2)}} | {{number_format($pledges,2)}} |
{{trans_choice('general.event',1)}} {{trans_choice('general.payment',2)}} | {{number_format($events,2)}} |
{{trans_choice('general.other_income',2)}} | {{number_format($other_income,2)}} |
{{trans_choice('general.operating_expense',2)}} (E) | |
---|---|
{{trans_choice('general.payroll',1)}} | {{number_format($payroll,2)}} |
{{trans_choice('general.expense',2)}} | {{number_format($expenses,2)}} |
{{trans_choice('general.net',1)}} {{trans_choice('general.income',1)}} (N) = P - E | {{number_format($net_profit,2)}} |