{{ description }}
+{{ address?.address_street_1 }},
+ +{{ address?.address_street_2 }},
+ +{{ address?.city }},
+ +{{ address?.state }},
+ +{{ address?.country?.name }},
+ +{{ address?.zip }}.
++ {{ $t('estimates.errors.required') }} +
++ {{ description }} +
++ {{ title }} +
++ {{ description }} +
++ {{ description }} +
++ {{ + notification.title + ? notification.title + : success + ? 'Success!' + : 'Error' + }} +
++ {{ + notification.message + ? notification.message + : success + ? 'Successful' + : 'Something went wrong' + }} +
+| + {{ column.label }} + + ↑ + + + ↓ + + | +
|---|
|
+ |
+
|
+ |
+
+ {{ $t('general.pagination.showing') }} + {{ ' ' }} + + {{ + pagination.currentPage * pagination.limit - (pagination.limit - 1) + }} + + {{ ' ' }} + {{ $t('general.pagination.to') }} + {{ ' ' }} + + + {{ pagination.currentPage * pagination.limit }} + + + {{ pagination.totalCount }} + + + {{ ' ' }} + {{ $t('general.pagination.of') }} + {{ ' ' }} + + {{ pagination.totalCount }} + + {{ ' ' }} + {{ $t('general.pagination.results') }} +
+