{{
__('Înregistrările :from ... :to din :total.', {
from: dataprovider.from,
to: dataprovider.to,
total: dataprovider.total,
})
}}
{{ __('Filtrate din :count.', {count: dataprovider.initialRecordsCount}) }}
{{
__('Pagina #:current_page din :last_page.', {
current_page: dataprovider.current_page,
last_page: dataprovider.last_page,
})
}}