{{-- --}}
Khách hàng mới Tương tácHoạt độngĐơn hàng Doanh thu

{{ count($customer) }}

{{count($books) + count($receive) + count($comment) + count($groupComments)}}

{{count($orders) }}

{{number_format($orders->sum('gross_revenue'))}}

Facebook :
updating ...
Tool Facebook :
updating ...
Hotline :
updating ...
Khách Giới Thiệu :
updating ...
Trao đổi :
{{ count($groupComments) }}
Lịch hẹn :
{{count($books)}}
Đã đến :
{{count($receive)}}
Đơn hàng :
{{count($orders)}}
Khách hàng mới mua dịch vụ :
{{--{{number_format(}}--}}
Hoa hồng :
{{number_format($commissions->sum('earn'))}}

Đơn hàng bán

@if (count($orders)) @foreach($orders as $order) @endforeach @else @endif
STT Đơn hàng Ngày Doanh số Doanh thu Đã thanh toán Còn lại Lợi nhuận được chia Người thực hiện
{{$loop->iteration}} @foreach($order->orderDetails as $orderDetail) {{ @$orderDetail->service->name }}, @endforeach - {{$order->customer->full_name}} {{ $order->created_at }} {{ number_format($order->all_total) }} {{ number_format($order->gross_revenue) }} {{ number_format($order->gross_revenue) }} {{ number_format($order->the_rest) }} {{ @number_format($order->rose_price) }} {{ @$order->customer->marketing->full_name }}
Tổng {{ number_format($orders->sum('all_total')) }} {{ number_format($orders->sum('gross_revenue')) }} {{ number_format($orders->sum('gross_revenue')) }} {{ number_format($orders->sum('the_rest')) }} {{ number_format($orders->sum('rose_price')) }}
Không tồn tại dữ liệu
{{--{{ 'Tổng số ' . $orders->total() . ' bản ghi ' . (request()->search ? 'found' : '') }}--}}
{{--{{ $orders->links() }}--}}