@extends('layouts.admin') @section('title', 'Báo cáo doanh thu - MU Admin Panel') @section('styles') @endsection @section('content')
Phân tích doanh thu từ khách hàng và team sáng lập
| Ngày | Khách hàng | GD khách | Team sáng lập | GD team | Tổng doanh thu | Tổng GD |
|---|---|---|---|---|---|---|
| {{ date('d/m/Y', strtotime($day->date)) }} | {{ number_format($day->customer_amount) }}đ | {{ $day->customer_count }} | {{ number_format($day->founder_amount) }}đ | {{ $day->founder_count }} | {{ number_format($day->customer_amount + $day->founder_amount) }}đ | {{ $day->customer_count + $day->founder_count }} |
Hãy thử chọn khoảng thời gian khác hoặc kiểm tra lại dữ liệu.