{{ $t("dashboard_client.pending_schedules.accepted_title") }}
{{ $t("dashboard_client.pending_schedules.detail_schedules_title") }}
{{ formatScheduleDate(schedule) }}
{{ schedule.start_time?.slice(0, 5) }}
{{ $t("dashboard_client.next_schedules.to") }}
{{ schedule.end_time?.slice(0, 5) }}
{{ $t("dashboard_client.pending_schedules.detail_value") }}
{{ formatCurrency(baseAmount) }}
{{ $t("dashboard_client.pending_schedules.detail_service_fee_pix") }}
{{ formatCurrency(platformFee("pix")) }}
{{ hasServicePackageDiscount
? $t("dashboard_client.pending_schedules.detail_package_total")
: $t("dashboard_client.pending_schedules.detail_pix_total") }}
{{ formatCurrency(pixTotal) }}
{{ $t("dashboard_client.pending_schedules.detail_pix_discount") }}
{{ formatCurrency(pixDiscount) }}
{{
$t(
"dashboard_client.pending_schedules.detail_service_fee_credit_card",
)
}}
{{ formatCurrency(platformFee("credit_card")) }}
{{
$t("dashboard_client.pending_schedules.detail_credit_card_total")
}}
{{ formatCurrency(creditCardTotal) }}