@if(isset($process)) {{ $name }}
تاريخ الطباعة اسم الريبورت
{{$date_of_print}} مبيعات الخدمة

{{--// for filters--}}

الفلاتر


إلى نهاية بداية من الخدمات
{{$process['to']}} {{$process['from']}} @foreach($process['service_names'] as $name) {{$name}}
@endforeach

@foreach($process['total_services_sales'] as $service_name => $service_model_names)

:اسم الخدمة

{{$service_name}}

@foreach($service_model_names as $service_model_name => $FieldsOfCntAndPrice) @if(count($FieldsOfCntAndPrice) == 0 || !$FieldsOfCntAndPrice[0]) @continue @endif @endforeach
الكمية المبلغ الكلي تفرعات الخدمة
{{$FieldsOfCntAndPrice[0]}} {{$FieldsOfCntAndPrice[1]}}

@endforeach
@endif