{{ $t('dashboard_client.agenda.upcoming_title') }}
{{ item.provider_name }}
{{ formatWeekday(item.date) }}
{{ ', ' + formatDayMonth(item.date) }}
{{ $t('dashboard_client.next_schedules.from') }}
{{ item.start_time?.slice(0, 5) }}
{{ $t('dashboard_client.next_schedules.to') }}
{{ item.end_time?.slice(0, 5) }}
{{ formatCurrency(item.total_amount) }}
{{ periodLabel(item.period_type) }}
{{ item.schedule_type === 'custom' ? $t('dashboard_client.agenda.type_custom') : $t('dashboard_client.agenda.type_default') }}
{{ $t('dashboard_client.agenda.empty_upcoming') }}
{{ $t('dashboard_client.agenda.completed_title') }}
{{ item.provider_name }}
{{ formatWeekday(item.date) }}
{{ ', ' + formatDayMonth(item.date) }}
{{ $t('dashboard_client.next_schedules.from') }}
{{ item.start_time?.slice(0, 5) }}
{{ $t('dashboard_client.next_schedules.to') }}
{{ item.end_time?.slice(0, 5) }}
{{ formatCurrency(item.total_amount) }}
{{ periodLabel(item.period_type) }}
{{ item.schedule_type === 'custom' ? $t('dashboard_client.agenda.type_custom') : $t('dashboard_client.agenda.type_default') }}
{{ $t('dashboard_client.agenda.empty_completed') }}