<?php namespace Livewire; use Livewire\Features\SupportPagination\HandlesPagination; trait WithPagination { use HandlesPagination; }