{{
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)) || "—") }}
{{ displayTime(item) }}
{{
type === 'servicePackage'
? $t("dashboard_client.pending_schedules.status.accepted")
: $t(
`dashboard_client.pending_schedules.status.${item.status ?? "pending"}`,
)
}}
{{
displayAddress(item)
}}