@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')
@include('shared.messages')

{{__('texte.references_arr.realisation.title8')}}
@if(!isset($input['print']) || $input['print']!=1) {{__('texte.references_arr.realisation.references')}} @endif


{{ csrf_field() }}

{{__('texte.references_arr.realisation.general_filters')}}

@if(!isset($input['print']) || $input['print']!=1)
@endif
@if(!isset($input['print']) || $input['print']!=1)
@endif
@if(isset($picker_realisations) && count($picker_realisations) > 0) @foreach($picker_realisations as $picker_realisation) @endforeach
{{__('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')}}
@endif
@endsection