{{ $t('profiles.title') }}
{{ $t('profiles.sub') }} {{ $t('profiles.view_batches') }}
{{ $t('common.loading') }}
{{ $t('profiles.empty') }}
{{ $t('profiles.empty_cta') }}
{{ p.visa_type ? p.visa_type.name : 'Visa' }}
{{ maskPassport(p.passport_number) }} · {{ formatDate(p.submitted_at) }}
{{ p.rejection_reason }}
{{ $t('status.' + p.status) }}
${{ Number(p.price).toFixed(2) }}
{{ $t('profiles.page', { n: page, total: lastPage }) }}
Viet