{{ __('Summarization') }}

{{ __('Number of hours') }} {{ $ts->sum_d }}
{{ __('Number of hours - other') }} {{ $ts->sum_d_other }}
{{ __('Overall') }} {{ $ts->sum_d_all }}

{{ __('Total price of work') }}

{{ __('Number of hours') }} {{ $ts->sum_d }}
{{ __('Price per hour') }} {!! format_currency($ts->price_per_hour) !!}
{{ __('Coefficient') }} {{ $ts->coefficient }}
{{ __('Sum') }} {!! format_currency($ts->tpw) !!}