@extends(isset($input['print']) && $input['print']==1 ? 'layouts.general' : 'layouts.app') @section('link') @if(isset($input) && (!isset($input['print']) || $input['print']==1)) @endif @endsection @section('style') @endsection @section('content')
{{__('texte.references_arr.turnover.info')}}: | |
---|---|
{{__('texte.references_arr.turnover.count_objects')}}: | {{$result->count_objects}} |
{{__('texte.references_arr.turnover.in_tons')}}: | {{number_format($product_earnings['total_weight'],3,'.','')}} |
{{__('texte.references_arr.turnover.turnover')}}: | {{number_format($product_earnings['turnover'],2,'.','')}} |
{{__('texte.references_arr.turnover.entry')}} | {{__('texte.references_arr.turnover.surcharge')}} | {{__('texte.references_arr.turnover.discount')}} | {{__('texte.references_arr.turnover.profit')}} |
---|---|---|---|
{{__('texte.references_arr.turnover.merch_income')}} | {{number_format($product_earnings['surcharge'],2,'.','')}} % | {{number_format($product_earnings['discount'],2,'.','')}} % | {{number_format($product_earnings['earnings'],2,'.','')}} |
{{__('texte.references_arr.turnover.incomes')}} | {{number_format($intangible_income,2,'.','')}} | ||
{{__('texte.references_arr.turnover.outcomes')}} | {{number_format($intangible_outcome,2,'.','')}} | ||
{{__('texte.references_arr.turnover.revision')}} | {{number_format($revisions,2,'.','')}} | ||
{{__('texte.references_arr.turnover.total')}}: | {{number_format($product_earnings['earnings'] + $intangible_income + $intangible_outcome + $revisions,2,'.','')}} |