AJustes generales y login

This commit is contained in:
2025-01-13 00:32:13 -03:00
parent e5e040a53b
commit ee19e479f4
18 changed files with 1788 additions and 1127 deletions

View File

@@ -12,6 +12,7 @@ use Illuminate\Validation\ValidationException;
use Livewire\Attributes\Computed;
use Livewire\Component;
use Livewire\WithPagination;
use Log;
use TallStackUi\Traits\Interactions;
class Index extends Component
@@ -133,7 +134,7 @@ class Index extends Component
->orderBy('numero_caja', 'asc')
->orderBy('numero_turno', 'asc')
->when($this->searchFecha, function ($query) {
if (! $this->searchFecha) {
if (!$this->searchFecha) {
return;
}