@extends('layouts.admin', ['title' => 'گزارش دنت کلاب']) @section('css') @endsection @section('content')
| ردیف | نام و نام خانوادگی | شماره همراه | ایمیل | امتیاز | حجم خرید (تومان) | تعداد سفارشات |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->full_name }} | {{ $item->mobile }} | {{ $item->email }} | {{ $item->club_points }} | {{ number_format($item->active_carts_sum_total_amount, 0, '', ',') }} | {{ $item->active_carts_count }} |