{{ $t('common.loading') }}
{{ $t('dashboard.greeting', { name: client.full_name }) }}
{{ $t('dashboard.overview_sub') }}
{{ $t('dashboard.verify_title') }}
{{ $t('dashboard.verify_sub') }}
{{ stats.profiles_total }}
{{ $t('dashboard.stat_profiles') }}
{{ stats.bookings_upcoming }}
{{ $t('dashboard.stat_trips') }}
{{ stats.documents_total }}
{{ $t('dashboard.stat_documents') }}
{{ $t('dashboard.cta_title') }}
{{ $t('dashboard.cta_sub') }}
{{ $t('dashboard.recent_profiles') }}
{{ $t('dashboard.no_profiles') }}
{{ p.passport_number }}
{{ $t('status.' + p.status) }}
{{ p.visa_type ? p.visa_type.name : '' }}
{{ $t('dashboard.recent_trips') }}
{{ $t('dashboard.no_trips') }}
{{ $t('dashboard.explore_tours') }}
{{ b.product ? b.product.title : '' }}
{{ $t('status.' + b.status) }}
{{ formatDate(b.booking_date) }}
Viet