youcefkacem1 year ago Best Answer Level 1ReplyReport Spamyou can use this property protected static ?int $sort = 20; and give it the integer to make it sort place it inside the widget class in your case you have AccountWidget you can make it places first then FilamentInfoWidget by given them the $sort property as bellow AccountWidget =======> $sort = 1; FilamentInfoWidget ====> $sort = 2; Like Reply 3 likes