@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.realisation.client')}} | {{__('texte.references_arr.realisation.object')}} | {{__('texte.references_arr.realisation.category')}} | {{__('texte.references_arr.realisation.in_tons')}} | {{__('texte.references_arr.realisation.total_amount')}} | {{__('texte.references_arr.realisation.count_expeditions')}} |
---|---|---|---|---|---|
{{$picker_realisation->doer_name ?? __('texte.references_arr.realisation.undefined')}} | |||||
{{$current_realisation->contragent_name}} | {{$current_realisation->object_name}} | {{$current_realisation->category}} | {{number_format($current_realisation->total_weight,3,'.','')}} | {{number_format($current_realisation->total_amount,2,'.','')}} | {{$current_realisation->count_orders}} |
Общо {{$picker_realisation->doer_name ?? __('texte.references_arr.realisation.undefined')}} | {{count($picker_realisations->where('doer_id',$picker_realisation->doer_id))}} | {{number_format($picker_realisations->where('doer_id',$picker_realisation->doer_id)->sum('total_weight'),3,'.','')}} | {{number_format($picker_realisations->where('doer_id',$picker_realisation->doer_id)->sum('total_amount'),2,'.','')}} | {{$picker_realisations->where('doer_id',$picker_realisation->doer_id)->sum('count_orders')}} | |
{{__('texte.references_arr.realisation.total')}} | {{count($picker_realisations)}} | {{number_format($picker_realisations->sum('total_weight'),3,'.','')}} | {{number_format($picker_realisations->sum('total_amount'),2,'.','')}} | {{$picker_realisations->sum('count_orders')}} |