{{$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) : "-" }} |
@endforeach