Welcome to Your Dashboard
Total Members: {{$data['cards']}}
New Members Joined in the Last 30 Days: {{$data['customer']}}
Top 10 Visitors - upto 31st March,2018
@if(count($totalvisit) == 0)
@endif
{{ trans('admin::users.pages.no_record_found') }}
@else| Name | Mobile Number | Total Visits |
|---|---|---|
| {{ $tot->name }} | {{ $tot->mobile }} | {{ $tot->twelve_month }} |
Top 10 Spenders - upto 31st March,2018
@if(count($totalbilling) == 0)
@endif
{{ trans('admin::users.pages.no_record_found') }}
@else| Name | Mobile Number | Total Spend |
|---|---|---|
| {{ $tot1->name }} | {{ $tot1->mobile }} | {{ $tot1->twelve_month }} |