@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.in_tons')}} | {{__('texte.references_arr.realisation.total_amount')}} | {{__('texte.references_arr.realisation.count_orders')}} | {{__('texte.references_arr.realisation.deliveries')}} |
---|---|---|---|---|---|
{{$driver_realisation->driver_name ?? __('texte.references_arr.realisation.undefined')}} | |||||
{{$current_realisation->contragent_name}} | {{$current_realisation->object_name}} | {{number_format($current_realisation->total_weight,3,'.','')}} | {{number_format($current_realisation->total_amount,2,'.','')}} | {{$current_realisation->count_orders}} | {{$current_realisation->total_visitations ?? 0}} |
Общо {{$driver_realisation->driver_name ?? __('texte.references_arr.realisation.undefined')}} | {{count($driver_realisations->where('driver_id',$driver_realisation->driver_id))}} | {{number_format($driver_realisations->where('driver_id',$driver_realisation->driver_id)->sum('total_weight'),3,'.','')}} | {{number_format($driver_realisations->where('driver_id',$driver_realisation->driver_id)->sum('total_amount'),2,'.','')}} | {{$driver_realisations->where('driver_id',$driver_realisation->driver_id)->sum('count_orders')}} | {{$driver_realisations->where('driver_id',$driver_realisation->driver_id)->sum('total_visitations')}} |
{{__('texte.references_arr.realisation.total')}} | {{count($driver_realisations)}} | {{number_format($driver_realisations->sum('total_weight'),3,'.','')}} | {{number_format($driver_realisations->sum('total_amount'),2,'.','')}} | {{$driver_realisations->sum('count_orders')}} | {{$driver_realisations->sum('total_visitations')}} |