diff --git a/app/Http/Controllers/EmployerController.php b/app/Http/Controllers/EmployerController.php index 00554fd..02c4b7c 100644 --- a/app/Http/Controllers/EmployerController.php +++ b/app/Http/Controllers/EmployerController.php @@ -823,6 +823,7 @@ class EmployerController extends Controller ->ads() ->where('is_remove', 0) ->where('active_is', 1) + ->orderBy('id', 'desc') ->get(); $options = $employer->autoliftOptions ?? new EmployerAutoliftOption();