{{
providerName(item).slice(0, 2).toUpperCase() || "??"
}}
{{
$t("dashboard_client.pending_schedules.pay_to_provider")
}}
{{
$t("dashboard_client.pending_schedules.requesting_with")
}}
{{
$t("dashboard_client.pending_schedules.pay_to_provider")
}}
{{ " " + (getFirstName(providerName(item)) || "—") }}
{{ requestStatusText(item) }}
{{
type === 'servicePackage'
? $t("dashboard_client.pending_schedules.status.accepted")
: $t(
`dashboard_client.pending_schedules.status.${item.status ?? "pending"}`,
)
}}
{{ formatNumericDate(scheduleFor(item)?.date) || "—" }}
{{
formatTimeRange(
scheduleFor(item)?.start_time,
scheduleFor(item)?.end_time,
) || "—"
}}