{{ item.provider_name }}
{{
$t("dashboard_client.client_proposals.age", {
idade: item.idade,
})
}}
{{ getProviderGenderLabel(item, t) }}
{{ 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) }}
{{ $t("dashboard_client.client_proposals.distance") }}
{{ (item.distance_km ?? "--") + " km" }}
{{
filterCurrency(
chooseprice(item.period_type, item.daily_price_8h),
)
}}
{{ formatLabelByPeriodType(item.period_type) }}