Se reparo error en el buscador

This commit is contained in:
Guillermo Gutierrez
2023-08-18 09:21:26 -07:00
parent 0946d9e951
commit c74c21a34a
7 changed files with 45 additions and 6 deletions

View File

@@ -5,9 +5,12 @@ namespace App\Http\Livewire;
use App\Models\Movimiento;
use Illuminate\Support\Facades\Auth;
use Livewire\Component;
use Livewire\WithPagination;
class CancelacionController extends Component
{
use WithPagination;
const CODIGO_CANCELACION = 3;
public $buscador = '' , $modal = false;