diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index fc5435b..2cdacab 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -110,6 +110,7 @@ class ShowServicios extends Component ]); } ]) + ->orderBy('updated_at', 'desc') ->get();