forceDelete(); SellerFeedback::where('created_at', '<', $currentDate) ->forceDelete(); } }