{{ $t('dashboard_client.pending_schedules.accepted_title') }}
{{ $t('dashboard_client.pending_schedules.detail_date') }}
{{ formattedDate }}
{{ $t('dashboard_client.pending_schedules.detail_time') }}
{{ 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_pix_total') }}
{{ formatCurrency(pixTotal) }}
{{ $t('dashboard_client.pending_schedules.detail_pix_discount') }}
{{ formatCurrency(pixDiscount) }}
{{ $t('dashboard_client.pending_schedules.detail_credit_card_total') }}
{{ formatCurrency(creditCardTotal) }}