Dashboard

Welcome to Admin!

Total Users

{{total_users}}

Service Providers

{{total_workers}}

Payments

£{{total_payments}}

Total Bookings

{{total_bookings}}

Total Earnings

Bookings

New Users

{% for all_user in all_user %} {% endfor %}
User Name Email
user {{all_user.first_name}} {{all_user.last_name}}
{{all_user.email}}

New Service Providers

{% for worker in all_worker %} {% endfor %}
User Name Email
user {{worker.first_name}} {{worker.last_name}}
{{ worker.email }}

Booking List

{% for booking in booking_obj %} {% endfor %}
Customer Name Service Provider Name Date & Time Service Price Status
user {{ booking.user.first_name }} {{ booking.user.last_name }}
user {{ booking.worker.first_name }} {{ booking.worker.last_name }}
{{ booking.booking_date }} ( {{ booking.booking_time }} )
{{ booking.sub_services.name }} £{{ booking.price }}
{{ booking.booking_status }}