@extends('layouts/contentLayoutMaster') @section('title', 'التقارير') @section('vendor-style') @endsection @section('content')

تقرير الأداء الشهري



{{__('lang.choose_zone')}}
{{__('lang.created_at_from')}}
{{__('lang.created_at_to')}}
@foreach($reportData as $monthKey => $monthDetails ) @endforeach
الشهر المتسخدمين الجدد الطلبات أجمالي المدخول مدخول الخدمات مدخول المنتجات مدخول الاشتراكات مدخول الإهداءات السعة الإشغال تقييم الخدمة تقييم الفني الالتزام بالوقت احتمال التوصية
{{$monthKey}} {{$monthDetails['new_users']}} {{ $monthDetails['total_orders'] }} {{number_format($monthDetails['total'], 2, '.', ',') }} ر.س {{number_format($monthDetails['total_revenue'], 2, '.', ',') }} ر.س {{number_format($monthDetails['total_products'], 2, '.', ',') }} ر.س {{number_format($monthDetails['subscriptions'], 2, '.', ',') }} ر.س {{ number_format($monthDetails['total_gifts'], 2, '.', ',')}} ر.س {{$monthDetails['total_capicity']}} {{($monthDetails['total_capicity'] != 0) ? (int) (($monthDetails['total_orders'] / $monthDetails['total_capicity'] ) * 100) : "-" }} % {{($monthDetails['total_rate'] != 0) ? number_format( ($monthDetails['provider_rate'] / $monthDetails['total_rate'] ) , 2) : "-" }} {{($monthDetails['total_rate'] != 0) ? number_format( ($monthDetails['service_rate'] / $monthDetails['total_rate'] ) , 2) : "-" }} {{($monthDetails['total_rate'] != 0) ? number_format( ($monthDetails['time_commitment'] / $monthDetails['total_rate'] ) , 2) : "-" }} 10 / {{($monthDetails['total_rate'] != 0) ? number_format( ($monthDetails['order_again'] / $monthDetails['total_rate'] ) , 2) : "-" }}
{{-- Data list view end --}} @endsection