Total Number of Users
{{ $analytics['total_users'] }}
@extends('layouts.admin') @section('content')
}})
Total Number of Users
}})
Returning Customers % (min 1/year)
}})
Top Customers % (>1/year)
}})
Lost Customer % (did not come back this year)
Attention: This section provides a complete overview of all users who have made bookings through this platform, including both SA and SPO users.
Customer IDs marked in blue represent those who started as guest users. When they create an account, the user will remain in blue. So we don't see which guest users have an account. Those marked in black indicate the registered account holders (those who created an account from the beginning).
| Customer ID | Customer Name | contact number | email address | Address Details | Confirmed Bookings | Cancelled Bookings | Marketing Agreement | status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| #{{ $user->id }} | {{ $user->first_name . ' ' . $user->last_name }} | {{ $user->country_code . ' ' . $user->number }} | {{$user->email}} |
{{ $user->street }} {{ $user->zip_code }} {{ $user->city }} {{ $user->region }} {{ $user->country }} |
{{ $user->confirmed_completed_bookings_count}} | {{$user->cancelled_bookings_count}} | {{$user->marketing_aggrement == 1 ? 'Yes' : 'No'}} |