Se reparo error con respecto a la paginacion
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user