diff --git a/app/Http/Livewire/PedidoController.php b/app/Http/Livewire/PedidoController.php index ff8c6a5..3427039 100644 --- a/app/Http/Livewire/PedidoController.php +++ b/app/Http/Livewire/PedidoController.php @@ -11,9 +11,11 @@ use App\Printer\PrinterHandler; use Carbon\Carbon; use Illuminate\Support\Collection; use Livewire\Component; +use Livewire\WithPagination; class PedidoController extends Component { + use WithPagination; public $buscador ="", $buscadorProducto = "" ,$modal = false, $modalPedido = false; public $pedido, $productos = [],$totalPagar = 0, $IVA = 0, $ventaEspecial;