{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
| SĐT mới |
Số lần trao đổi |
Lịch hẹn |
Đơn hàng |
Doanh thu |
{{ $countCustomer }} |
{{ $groupComments }} |
{{ $books }} |
{{ $orders['sum'] }} |
{{ number_format($orders['count']) }}
|
{{--
--}}
{{--
--}}
{{--
--}}
{!! Form::select('type',[2=>'Sản phẩm',1=>'Dịch vụ'], $type, array( 'id'=>'type','class' => 'form-control','required'=>true)) !!}
| STT |
Sản phẩm/ Dịch vụ |
Số đơn |
Doanh thu |
@foreach($service1 as $k =>$service)
@if($service->count >0)
| {{$k+1}} |
{{ @$service->service->name.'- '.@$service->booking_id }} |
{{ @$service->count_order}} |
{{@number_format($service->count)}} |
@endif
@endforeach
{{ $service1->appends(['search' => request()->search ])->links() }}
@include('customers.script')