/home/techb158/immovalet.com/platform/core/dashboard/resources/views/partials
NameSizeModeActions
modals.blade.php29100644editdlrm
no-data.blade.php1680644editdlrm
paginate.blade.php9690644editdlrm
tools.blade.php7060644editdlrm
Edit: /home/techb158/immovalet.com/platform/core/dashboard/resources/views/partials/paginate.blade.php (969B)
@if ($data instanceof Illuminate\Pagination\LengthAwarePaginator)
@if ($data->total() > 0 ){{ ($data->currentPage() - 1) * $limit + 1 }} @else 0 @endif - {{ $limit < $data->total() ? $data->currentPage() * $limit : $data->total() }} {{ trans('core/base::tables.in') }} {{ $data->total() }} {{ trans('core/base::tables.records') }}
@endif