Welcome to Your Dashboard
Total Members: {{count($data['cards'])}}
New Members Joined in the Last 30 Days: {{count($data['customer'])}}
Male: {{round($data['ml'])}}%
Female: {{round($data['fm'])}}%
Below 18 years: {{round($data['a18'])}}%
18-30 years: {{round($data['a30'])}}%
30-45 years: {{round($data['a45'])}}%
Above 45 years: {{round($data['aa'])}}%
Top 10 Visitors - upto 31st August,2017
@if(count($totalvisit) == 0)
@endif
{{ trans('admin::users.pages.no_record_found') }}
@else| Name | Mobile Number | Total Visits |
|---|---|---|
| {{ $tot->Name }} | {{ $tot->mobile }} | {{ $tot->tw_month }} |
Top 10 Spenders - upto 31st August,2017
@if(count($totalbilling) == 0)
@endif
{{ trans('admin::users.pages.no_record_found') }}
@else| Name | Mobile Number | Total Spend |
|---|---|---|
| {{ $tot1->Name }} | {{ $tot1->mobile }} | {{ $tot1->tw_month }} |
Upcoming Birthdays of your members in the next 15 days
@if(count($birthday) == 0)
@endif
{{ trans('admin::users.pages.no_record_found') }}
@else| Name | DOB | Mobile | |
|---|---|---|---|
| {{ $bir->name }} | {{ date('jS F', strtotime($bir->dob)) }} | {{ $bir->email }} | {{ $bir->mobile }} |
Upcoming Anniversaries of your members in the next 15 days
@if(count($anniversary) == 0)
@endif
{{ trans('admin::users.pages.no_record_found') }}
@else| Name | DOA | Mobile | |
|---|---|---|---|
| {{ $aan->name }} | {{ date('jS F', strtotime($aan->anniversary_date)) }} | {{ $aan->email }} | {{ $aan->mobile }} |