Fortuneteller Report

Appointment Recived

{% for booking in booking_data %} {% endfor %}
Appointment Id User Name Date & Time Services Payment Status
{{booking.appointment_id}}
{{booking.fortune_teller.first_name}} {{booking.fortune_teller.first_name}}
{{booking.appointment_date}}
( {{booking.appointment_date}} )
{{booking.service.service_name}} ${{booking.price}} {{ booking.appointment_status}}