@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.picker_forklift')}} | {{__('texte.references_arr.realisation.objects')}} | {{__('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')}} | {{$picker_realisation->count_objects}} | {{number_format($picker_realisation->total_weight,3,'.','')}} | {{number_format($picker_realisation->total_amount,2,'.','')}} | {{$picker_realisation->count_orders}} |
{{__('texte.references_arr.realisation.total')}}: | {{$picker_realisations->sum('count_objects')}} | {{number_format($picker_realisations->sum('total_weight'),3,'.','')}} | {{number_format($picker_realisations->sum('total_amount'),2,'.','')}} | {{$picker_realisations->sum('count_orders')}} |